Skip to content

Commit c57ef18

Browse files
fix(consistent-indexed-object-style): add rule
1 parent 9000402 commit c57ef18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/typescript.ts

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export const settings: Linter.Config = {
1212

1313
rules: {
1414
"@typescript-eslint/array-type": ["error", { default: "generic", readonly: "generic" }],
15+
"@typescript-eslint/consistent-indexed-object-style": "error",
1516
"@typescript-eslint/indent": ["error", 2],
1617
"@typescript-eslint/no-non-null-assertion": "off",
1718
// "node" plugin will handle this.

0 commit comments

Comments
 (0)