{ "parser": "babel-eslint", "rules": { "arrow-parens": 0, "arrow-body-style": 1, "prefer-arrow-callback": 1, "no-case-declarations": 0, "strict": 0, "no-plusplus": 1, "no-tabs": 0, "no-unneeded-ternary": 1, "brace-style": 1, "class-methods-use-this": 0, "import/no-extraneous-dependencies": 0, "react/jsx-filename-extension": 0, "react/forbid-prop-types": 0, "react/prefer-stateless-function": 0, "indent": ["error", "tab", { "SwitchCase": 1, "VariableDeclarator": 1 }], "max-len": ["warn", 120, 2, {"ignoreUrls": true}], "padded-blocks": ["off"], "no-underscore-dangle": ["warn", { "allowAfterThis": true }], "no-multi-spaces": ["error", {"exceptions": {"VariableDeclarator": true}}], "no-unused-vars": ["warn", { "vars": "local", "args": "after-used" }], "no-irregular-whitespace": 1, "new-cap": ["error", { "capIsNewExceptions": ["Map", "List", "Repeat"] }], "jsx-a11y/no-static-element-interactions": 0, "jsx-a11y/href-no-hash": 0 }, "env": { "mocha": true }, "globals": { "document": true, "jwplayer": true, "window": true, "expect": true, "assert": true, "mockStore": true, "jest": true } }