We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 432c5c9 commit de8b7d4Copy full SHA for de8b7d4
extensions/ql-vscode/.eslintrc.js
@@ -26,10 +26,7 @@ module.exports = {
26
"@typescript-eslint/no-explicit-any": "off",
27
"prefer-const": ["warn", {"destructuring": "all"}],
28
"indent": "off",
29
- "@typescript-eslint/indent": ["error", 2, {
30
- "SwitchCase": 1,
31
- "FunctionDeclaration": { "body": 1, "parameters": 1 }
32
- }],
+ "@typescript-eslint/indent": "off",
33
"@typescript-eslint/no-throw-literal": "error",
34
"no-useless-escape": 0
35
},
0 commit comments