{ "env": { "browser": true, "es2021": true }, "extends": ["eslint:recommended", "standard"], "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaFeatures": { "jsx": true }, "ecmaVersion": "latest", "sourceType": "module" }, "plugins": ["@typescript-eslint"], "rules": { "indent": "off", "quotes": "off", "comma-dangle": "off", "semi": "off", "space-before-function-paren": "off", "object-curly-spacing": "off", "eol-last": "off", "no-var": "off", "object-shorthand": "off" } }