{ "root": true, "rules": { "@typescript-eslint/no-unsafe-argument": "off", "@typescript-eslint/no-unsafe-member-access": "off", "@typescript-eslint/no-unsafe-assignment": "off", "@typescript-eslint/no-unsafe-call": "off", "@typescript-eslint/no-unsafe-return": "off", "@typescript-eslint/no-namespace": "off", "@typescript-eslint/restrict-template-expressions": "off" }, "extends": [ "lxsmnsyc/typescript" ], "parserOptions": { "project": "./tsconfig.eslint.json" } }