Skip automation out dir for linting (#19575)

This commit is contained in:
Charles Gagnon
2022-05-31 21:25:47 -07:00
committed by GitHub
parent 11a969f44f
commit eb2cd6238f

View File

@@ -18,6 +18,7 @@
/extensions/**/dist/**
/extensions/types
/extensions/typescript-language-features/test-workspace/**
/test/automation/out
# 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.