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