Skip to content

Instantly share code, notes, and snippets.

@hiiamyes
Created October 5, 2017 16:47
Show Gist options
  • Save hiiamyes/1ca64d0cf920a09e8ca0befb2fad16ef to your computer and use it in GitHub Desktop.
Save hiiamyes/1ca64d0cf920a09e8ca0befb2fad16ef to your computer and use it in GitHub Desktop.
my eslist rule
{
"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