{ "parser": "babel-eslint", "extends" : [ "airbnb", "plugin:react/recommended", "plugin:jsx-a11y/recommended" ], "env" : { "browser": true, }, "plugins": [ "react", "jsx-a11y" ], "rules": { "indent": [2, 4], "linebreak-style": 0, "no-underscore-dangle": 0, "react/forbid-prop-types": 0, "react/prefer-stateless-function": 0, "import/prefer-default-export": 0, "react/jsx-filename-extension": 0 } }