Skip to content

Commit 01e7b3f

Browse files
committed
Remove camelcase ESLint rule override
1 parent 58ea742 commit 01e7b3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

extensions/ql-vscode/.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ const baseConfig = {
4747
"@typescript-eslint/no-throw-literal": "error",
4848
"@typescript-eslint/consistent-type-imports": "error",
4949
"import/consistent-type-specifier-style": ["error", "prefer-top-level"],
50-
camelcase: "off",
5150
curly: ["error", "all"],
5251
"escompat/no-regexp-lookbehind": "off",
5352
"etc/no-implicit-any-catch": "error",

0 commit comments

Comments
 (0)