{ "env": { "browser": true, "es6": true, "node": true }, "globals": { "document": false, "escape": false, "navigator": false, "unescape": false, "window": false, "describe": true, "before": true, "it": true, "expect": true, "sinon": true }, "parser": "@babel/eslint-parser", "plugins": [ ], "rules": { "jsx-a11y/anchor-is-valid": 0, "jsx-a11y/anchor-has-content": 0, "jsx-a11y/aria-props": 0, "jsx-a11y/aria-role": 0, "jsx-a11y/click-events-have-key-events": 0, "jsx-a11y/interactive-supports-focus": 0, "jsx-a11y/no-static-element-interactions": 0, "jsx-a11y/label-has-for": 0, "jsx-a11y/role-has-required-aria-props": 0, "jsx-a11y/href-no-hash": "off", "linebreak-style": 0, "no-console": "off" } }