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.
2 parents 2ce6fd3 + 51627ad commit 00707fcCopy full SHA for 00707fc
extensions/ql-vscode/.eslintrc.js
@@ -31,7 +31,6 @@ const baseConfig = {
31
],
32
rules: {
33
"@typescript-eslint/await-thenable": "error",
34
- "@typescript-eslint/no-use-before-define": 0,
35
"@typescript-eslint/no-unused-vars": [
36
"warn",
37
{
@@ -40,9 +39,6 @@ const baseConfig = {
40
39
ignoreRestSiblings: false,
41
},
42
43
- "@typescript-eslint/explicit-function-return-type": "off",
44
- "@typescript-eslint/explicit-module-boundary-types": "off",
45
- "@typescript-eslint/no-non-null-assertion": "off",
46
"@typescript-eslint/no-explicit-any": "off",
47
"@typescript-eslint/no-floating-promises": ["error", { ignoreVoid: true }],
48
"@typescript-eslint/no-invalid-this": "off",
0 commit comments