{ "extends": "airbnb", "rules": { "function-paren-newline": ["error", "consistent"], "jsx-a11y/click-events-have-key-events": "off", "jsx-a11y/no-static-element-interactions": "off", "jsx-quotes": ["error", "prefer-single"], "max-len": ["error", 120], "padded-blocks": ["error", { "classes": "always" }], "react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }] } }