{ "extends": [ "airbnb" ], "globals": { "document": true, "Audio": true }, "rules": { "no-console": 0, "no-use-before-define": 0, "no-restricted-syntax": 0, "no-param-reassign": 0, "no-confusing-arrow": 0, "no-unused-expressions": 0, "class-methods-use-this": 0, "object-curly-newline": 0, "jsx-a11y/no-static-element-interactions": 0, "react/jsx-boolean-value": 0, "react/react-in-jsx-scope": 0, "react/destructuring-assignment": 0, "react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }], "react/forbid-prop-types": 0 } }