We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ca3a5 commit 54d2030Copy full SHA for 54d2030
2 files changed
.eslintignore
@@ -11,3 +11,5 @@
11
**/vscode-api-tests/testWorkspace/**
12
**/extensions/**/out/**
13
**/extensions/**/build/**
14
+**/extensions/markdown-language-features/media/**
15
+**/extensions/typescript-basics/test/colorize-fixtures/**
.eslintrc.json
@@ -24,7 +24,6 @@
24
"no-throw-literal": "warn",
25
"no-unsafe-finally": "warn",
26
"no-unused-labels": "warn",
27
- "no-unused-vars": "off",
28
"no-var": "warn",
29
"semi": "off",
30
"@typescript-eslint/semi": "warn",
0 commit comments