From eb2cd6238f530825b325105dbebcc734aaa5ae07 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Tue, 31 May 2022 21:25:47 -0700 Subject: [PATCH] Skip automation out dir for linting (#19575) --- .eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintignore b/.eslintignore index dd9d0608c6..37a61b4065 100644 --- a/.eslintignore +++ b/.eslintignore @@ -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.