We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c18989 commit b29cf57Copy full SHA for b29cf57
glean/.eslintrc
@@ -18,6 +18,7 @@
18
],
19
"semi": "off",
20
"@typescript-eslint/semi": ["error", "always"],
21
+ "@typescript-eslint/consistent-type-imports": "error",
22
"no-debugger": ["error"],
23
"no-multi-spaces": "error",
24
"jsdoc/no-types": "off",
0 commit comments