{ "env": { "browser": true, "es2021": true }, "extends": [ "standard-with-typescript", "plugin:react/recommended", "plugin:react/jsx-runtime" ], "parserOptions": { "ecmaVersion": "latest", "sourceType": "module", "project": ["tsconfig.json"] }, "plugins": [ "react", "simple-import-sort" ], "rules": { "simple-import-sort/imports": "error", "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/semi": "off", "@typescript-eslint/strict-boolean-expressions": "off", "@typescript-eslint/space-before-function-paren": "off", "@typescript-eslint/indent": "off", "object-shorthand": "off" } }