{ "extends": "airbnb", "plugins": [ "react" ], "env": { "browser": true }, "rules": { "import/no-extraneous-dependencies": "off", "react/jsx-no-bind": "off", "no-underscore-dangle": ["off"], "arrow-body-style": ["off"] }, "parser": "babel-eslint" }