1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-12-18 21:45:04 +01:00

fix: relax @typescript-eslint/array-type

This commit is contained in:
Théo LUDWIG 2024-11-26 20:57:16 +01:00
parent c4c1a7f5dd
commit e05233d429
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -330,13 +330,6 @@ export default typescriptESLint.config(
"@typescript-eslint/adjacent-overload-signatures": "error",
"@typescript-eslint/array-type": [
"error",
{
default: "array-simple",
},
],
"@typescript-eslint/no-unsafe-function-type": "error",
"@typescript-eslint/no-wrapper-object-types": "error",
"@typescript-eslint/consistent-type-definitions": ["error", "interface"],