Skip to content

Commit 54d2030

Browse files
committed
tweak rules and excludes
1 parent a7ca3a5 commit 54d2030

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@
1111
**/vscode-api-tests/testWorkspace/**
1212
**/extensions/**/out/**
1313
**/extensions/**/build/**
14+
**/extensions/markdown-language-features/media/**
15+
**/extensions/typescript-basics/test/colorize-fixtures/**

.eslintrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"no-throw-literal": "warn",
2525
"no-unsafe-finally": "warn",
2626
"no-unused-labels": "warn",
27-
"no-unused-vars": "off",
2827
"no-var": "warn",
2928
"semi": "off",
3029
"@typescript-eslint/semi": "warn",

0 commit comments

Comments
 (0)