Skip to content

Commit 281901e

Browse files
authored
chore: enforce array syntax for types (#621)
1 parent 2d010d0 commit 281901e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

types/.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ module.exports = {
55
"@typescript-eslint"
66
],
77
"rules": {
8-
"@typescript-eslint/no-explicit-any": "off"
8+
"@typescript-eslint/no-explicit-any": "off",
9+
"@typescript-eslint/array-type": "error"
910
},
1011
"extends": [
1112
"eslint:recommended",

0 commit comments

Comments
 (0)