react-map-gl/.eslintrc
2018-11-05 11:02:52 -08:00

22 lines
387 B
Plaintext

{
"parser": "babel-eslint",
"plugins": [
"react",
"flowtype"
],
"extends": [
"eslint-config-uber-jsx",
"eslint-config-uber-es2015"
],
"rules": {
"guard-for-in": 0,
"no-inline-comments": 0,
"no-invalid-this": 0,
"flowtype/define-flow-type": "error",
"flowtype/use-flow-type": "error"
},
"parserOptions": {
"ecmaVersion": 2017
}
}