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:
parent
c4c1a7f5dd
commit
e05233d429
@ -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"],
|
||||
|
Loading…
Reference in New Issue
Block a user