We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66216f7 commit 994e82bCopy full SHA for 994e82b
1 file changed
eslint.config.mjs
@@ -28,14 +28,7 @@ export default tseslint.config(
28
"no-return-assign": "error",
29
"no-unused-expressions": "error",
30
"@typescript-eslint/prefer-for-of": "off",
31
- "@typescript-eslint/no-dynamic-delete": "off",
32
- "@typescript-eslint/no-non-null-assertion": "off",
33
- "@typescript-eslint/no-confusing-void-expression": "off",
34
- "@typescript-eslint/consistent-type-definitions": "off",
35
- "@typescript-eslint/consistent-indexed-object-style": "off",
36
- "@typescript-eslint/prefer-return-this-type": "off",
37
"@typescript-eslint/unbound-method": "off",
38
- "@typescript-eslint/unified-signatures": "off",
39
"@typescript-eslint/restrict-template-expressions": [
40
"error",
41
{
0 commit comments