{ "extends": [ "plugin:flowtype/recommended", "airbnb" ], "parserOptions": { "ecmaFeatures": { "jsx": true } }, "plugins": [ "flowtype", "react", "jsx-a11y", "import" ], "globals": { "__DEV__": false }, "env": { "browser": true }, "rules": { "max-len": [1, 80, 2, {"ignoreComments": true}], "no-bitwise": 0, "no-plusplus" : "off", "no-param-reassign": "off", "no-mixed-operators":"off", "react/prop-types": "off" } }