Adds files to .eslintignore that are not linted by "yarn eslint" to ensure no CI errors => no editor errors.

This commit is contained in:
Henning Dieterichs 2021-07-21 09:30:04 +02:00
parent a7171fdad5
commit 4f0939431c
No known key found for this signature in database
GPG key ID: 771381EFFDB9EC06

View file

@ -17,3 +17,7 @@
**/extensions/typescript-basics/test/colorize-fixtures/**
**/extensions/**/dist/**
**/extensions/typescript-language-features/test-workspace/**
# These files are not linted by `yarn eslint`, so we exclude them from being linted in the editor.
# This ensures that if we add new rules and they pass CI, the are also no errors in the editor.
/resources/web/code-web.js