We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d010d0 commit 281901eCopy full SHA for 281901e
types/.eslintrc.js
@@ -5,7 +5,8 @@ module.exports = {
5
"@typescript-eslint"
6
],
7
"rules": {
8
- "@typescript-eslint/no-explicit-any": "off"
+ "@typescript-eslint/no-explicit-any": "off",
9
+ "@typescript-eslint/array-type": "error"
10
},
11
"extends": [
12
"eslint:recommended",
0 commit comments