Skip to content

Commit 55c8601

Browse files
Disallow use of any by default
1 parent 70b8ddf commit 55c8601

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const baseConfig = {
4040
ignoreRestSiblings: false,
4141
},
4242
],
43-
"@typescript-eslint/no-explicit-any": "off",
43+
"@typescript-eslint/no-explicit-any": "error",
4444
"@typescript-eslint/no-floating-promises": ["error", { ignoreVoid: true }],
4545
"@typescript-eslint/no-invalid-this": "off",
4646
"@typescript-eslint/no-shadow": "off",

0 commit comments

Comments
 (0)