We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc8d51 commit e66cd0aCopy full SHA for e66cd0a
1 file changed
.eslintrc.json
@@ -66,9 +66,8 @@
66
}
67
],
68
"no-shadow": "error",
69
- "@typescript-eslint/no-shadow": [
70
- "error"
71
- ],
+ "@typescript-eslint/no-shadow": "error",
+ "@typescript-eslint/ban-ts-comment": "off",
72
"camelcase": "off",
73
"jsdoc/valid-types": "off",
74
"@typescript-eslint/no-unused-vars": [
@@ -125,4 +124,4 @@
125
124
"version": "detect"
126
127
128
-}
+}
0 commit comments