{ "extends": "airbnb", "plugins": [ "react" ], "env": { "browser": true, "node": true, "mocha": true }, "rules": { "react/no-unused-prop-types": "off", "react/forbid-prop-types": "off", "import/no-extraneous-dependencies": "off", "jsx-a11y/label-has-for": "off", "jsx-a11y/no-static-element-interactions": "off", "no-plusplus": [ "error", { "allowForLoopAfterthoughts": true } ], "no-underscore-dangle": "off", "react/prefer-stateless-function": "off" } }