Skip to content

Commit b29cf57

Browse files
committed
Enable @typescript-eslint/consistent-type-imports
1 parent 4c18989 commit b29cf57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

glean/.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
],
1919
"semi": "off",
2020
"@typescript-eslint/semi": ["error", "always"],
21+
"@typescript-eslint/consistent-type-imports": "error",
2122
"no-debugger": ["error"],
2223
"no-multi-spaces": "error",
2324
"jsdoc/no-types": "off",

0 commit comments

Comments
 (0)