{ "env": { "browser": true, "commonjs": true, "es2021": true, "node": true }, "extends": [ "standard-with-typescript" ], "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": 12, "project": "./tsconfig.json" }, "plugins": [ "@typescript-eslint" ], "rules": { } }