{ "extends": ["airbnb"], "env": { "es6": true, "node": true, "browser": true, "mocha": true }, "parser": "babel-eslint", "ecmaVersion": 6, "parserOptions": { "sourceType": "module", "ecmaFeatures": { "jsx": true, "experimentalObjectRestSpread": true, "impliedStrict": true } }, "globals": { "Generator": true, "it": false, "describe": false, "beforeEach": false, "afterEach": false }, "rules": { "import/prefer-default-export": 0, "linebreak-style": ["error", "unix"], "max-len": 0, "no-confusing-arrow": 0, "no-console": 0, "no-unused-expressions": 0, "react/forbid-prop-types": 0, "react/jsx-filename-extension": 0, "react/no-children-prop": 0, "react/no-danger": 2, "react/no-unused-prop-types": 0, "react/sort-comp": 0 } }