Skip to content

Commit e66cd0a

Browse files
authored
Update .eslintrc.json
1 parent ffc8d51 commit e66cd0a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.eslintrc.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,8 @@
6666
}
6767
],
6868
"no-shadow": "error",
69-
"@typescript-eslint/no-shadow": [
70-
"error"
71-
],
69+
"@typescript-eslint/no-shadow": "error",
70+
"@typescript-eslint/ban-ts-comment": "off",
7271
"camelcase": "off",
7372
"jsdoc/valid-types": "off",
7473
"@typescript-eslint/no-unused-vars": [
@@ -125,4 +124,4 @@
125124
"version": "detect"
126125
}
127126
}
128-
}
127+
}

0 commit comments

Comments
 (0)