Newer
Older
"no-unused-vars": [1, {"vars": "all", "args": "none"}],
"no-empty": [1, { "allowEmptyCatch": true }],
"curly": [1, "all"],
"react/no-is-mounted": 2,
"react/prefer-es6-class": 2,
"react/prop-types": 0,
"react/no-did-mount-set-state": 0,
Tom Robinson
committed
"flowtype/define-flow-type": 1,
"flowtype/use-flow-type": 1,
"no-color-literals": 1
"commonjs": true,
"jest": true
},
"parser": "babel-eslint",
"plugins": [
Tom Robinson
committed
"flowtype"
"extends": [
"eslint:recommended",
"plugin:react/recommended",
"plugin:import/errors",
"plugin:import/warnings"
],
"settings": {
"import/resolver": "webpack",
"import/ignore": ["\\.css$"]
}