Skip to content

Instantly share code, notes, and snippets.

View carlos-cne's full-sized avatar
🎯
studying hard!

Carlos Queiroz carlos-cne

🎯
studying hard!
View GitHub Profile
@carlos-cne
carlos-cne / .eslintrc.json
Last active May 15, 2019 20:25
Config eslint
{
"env": {
"browser": true,
"jest": true,
"es6": true
},
"extends": ["react-app", "airbnb"],
"plugins": ["import", "jsx-a11y", "react"],
"rules": {
"react/jsx-filename-extension": [