Created
October 5, 2017 16:47
-
-
Save hiiamyes/1ca64d0cf920a09e8ca0befb2fad16ef to your computer and use it in GitHub Desktop.
my eslist rule
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": "airbnb", | |
"globals": { | |
"L": false // leaflet | |
}, | |
"rules": { | |
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }], | |
"react/prop-types": [0], | |
"import/no-extraneous-dependencies": [0] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment