We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45dea9c commit 3d480b9Copy full SHA for 3d480b9
src/plugins/typescript.ts
@@ -11,7 +11,7 @@ export const settings: Linter.Config = {
11
],
12
13
rules: {
14
- "@typescript-eslint/array-type": ["error", { default: "generic", readonly: "generic" }],
+ "@typescript-eslint/array-type": ["error", { default: "array-simple", readonly: "generic" }],
15
"@typescript-eslint/comma-dangle": [
16
"error",
17
{
0 commit comments