We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9000402 commit c57ef18Copy full SHA for c57ef18
src/plugins/typescript.ts
@@ -12,6 +12,7 @@ export const settings: Linter.Config = {
12
13
rules: {
14
"@typescript-eslint/array-type": ["error", { default: "generic", readonly: "generic" }],
15
+ "@typescript-eslint/consistent-indexed-object-style": "error",
16
"@typescript-eslint/indent": ["error", 2],
17
"@typescript-eslint/no-non-null-assertion": "off",
18
// "node" plugin will handle this.
0 commit comments