{ "root": true, "parser": "@typescript-eslint/parser", "plugins": ["@typescript-eslint", "jest"], "extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"], "rules": { "no-empty-function": "off", "no-empty": "off", "@typescript-eslint/no-empty-interface": "off", "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/ban-types": "off", "@typescript-eslint/no-empty-function": "off" }, "env": { "browser": true, "node": true, "jest/globals": true } }