{ "parser": "babel-eslint", "extends": [ "airbnb", "plugin:flowtype/recommended" ], "plugins": [ "import", "react", "jsx-a11y", "flowtype", "flowtype-errors", ], "env": { "browser": true }, "settings": { "import/extensions": [ ".js", ".jsx" ] }, "rules": { "flowtype/no-types-missing-file-annotation": 0, "flowtype-errors/show-errors": 2, "flowtype-errors/show-warnings": 1, "react/jsx-props-no-spreading": 0, "react/static-property-placement": 0, "import/no-extraneous-dependencies": 0, "no-unused-vars": 1, "jsx-a11y/label-has-for": 0, "jsx-a11y/label-has-associated-control": 0 } }