Skip to content

Commit e05233d

Browse files
committed
fix: relax @typescript-eslint/array-type
1 parent c4c1a7f commit e05233d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

eslint.config.js

-7
Original file line numberDiff line numberDiff line change
@@ -330,13 +330,6 @@ export default typescriptESLint.config(
330330

331331
"@typescript-eslint/adjacent-overload-signatures": "error",
332332

333-
"@typescript-eslint/array-type": [
334-
"error",
335-
{
336-
default: "array-simple",
337-
},
338-
],
339-
340333
"@typescript-eslint/no-unsafe-function-type": "error",
341334
"@typescript-eslint/no-wrapper-object-types": "error",
342335
"@typescript-eslint/consistent-type-definitions": ["error", "interface"],

0 commit comments

Comments
 (0)