{ "parser": "babel-eslint", "rules": { "arrow-parens": [2, "always"], "indent": [2, 4, {"SwitchCase": 1}], "react/jsx-indent-props": [2, 4], "react/jsx-indent": [2, 4], "comma-dangle": [2, "never"], "max-len": [2, 120, 4], "no-unused-vars": [2, {"varsIgnorePattern": "_", "argsIgnorePattern": "_"}], "react/jsx-filename-extension": [2, { "extensions": [".js", ".jsx"]}], "jsx-a11y/aria-props": 2, "jsx-a11y/aria-proptypes": 2, "jsx-a11y/aria-role": 2, "jsx-a11y/aria-unsupported-elements": 2, "jsx-a11y/href-no-hash": 2, "jsx-a11y/img-has-alt": 2, "jsx-a11y/img-redundant-alt": 2, "jsx-a11y/label-has-for": 0, "jsx-a11y/mouse-events-have-key-events": 2, "jsx-a11y/no-onchange": 2, "jsx-a11y/onclick-has-focus": 2, "jsx-a11y/onclick-has-role": 2, "jsx-a11y/role-has-required-aria-props": 2, "jsx-a11y/role-supports-aria-props": 2, "jsx-a11y/tabindex-no-positive": 2 }, "extends": "airbnb" }