{ "parser": "babel-eslint", "extends": [ "semistandard", "plugin:flowtype/recommended" ], "plugins": ["react", "jest", "html", "json", "filenames", "flowtype"], "parserOptions": { "ecmaFeatures": { "jsx": true } }, "globals": { "__DEV__": true, "fail": true }, "env": { "jest/globals": true }, "rules": { "no-duplicate-imports": "off", "react/jsx-uses-react": "error", "react/jsx-uses-vars": "error", "react/prop-types": "error", "filenames/match-exported": ["error", "kebab"] }, "settings": { "flowtype": { "onlyFilesWithFlowAnnotation": false } } }