diff --git a/.eslintrc.js b/.eslintrc.js index 4009da4a18..9616aa0c6b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,19 +1,19 @@ module.exports = { - "extends": ["matrix-org", "matrix-org/react"], - "env": { - "browser": true, - "node": true, + extends: ["matrix-org", "matrix-org/react"], + env: { + browser: true, + node: true, }, - "rules": { + rules: { "quotes": "off", }, - "overrides": [{ - "files": ["src/**/*.{ts,tsx}"], - "extends": ["matrix-org/ts", "matrix-org/react"], - "env": { - "browser": true, + overrides: [{ + files: ["src/**/*.{ts,tsx}"], + extends: ["matrix-org/ts", "matrix-org/react"], + env: { + browser: true, }, - "rules": { + rules: { "quotes": "off", // While converting to ts we allow this "@typescript-eslint/no-explicit-any": "off",