tweak rules and excludes

This commit is contained in:
Johannes Rieken 2019-12-30 10:51:58 +01:00
parent a7ca3a5b10
commit 54d20309fa
2 changed files with 2 additions and 1 deletions

View file

@ -11,3 +11,5 @@
**/vscode-api-tests/testWorkspace/**
**/extensions/**/out/**
**/extensions/**/build/**
**/extensions/markdown-language-features/media/**
**/extensions/typescript-basics/test/colorize-fixtures/**

View file

@ -24,7 +24,6 @@
"no-throw-literal": "warn",
"no-unsafe-finally": "warn",
"no-unused-labels": "warn",
"no-unused-vars": "off",
"no-var": "warn",
"semi": "off",
"@typescript-eslint/semi": "warn",