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 0736e58 commit da7633bCopy full SHA for da7633b
glean/.eslintrc
@@ -20,6 +20,11 @@
20
"semi": "off",
21
"@typescript-eslint/semi": ["error", "always"],
22
"@typescript-eslint/consistent-type-imports": "error",
23
+ "no-unused-vars": "off",
24
+ "@typescript-eslint/no-unused-vars": [ "error", {
25
+ "argsIgnorePattern": "^_",
26
+ "varsIgnorePattern": "^_"
27
+ }],
28
"no-debugger": ["error"],
29
"no-multi-spaces": "error",
30
"jsdoc/no-types": "off",
0 commit comments