From 7d306f4089ad644a32f4f597a28327328fef9ec9 Mon Sep 17 00:00:00 2001 From: Christopher Allen Date: Sun, 11 Jul 2021 20:20:23 +0100 Subject: [PATCH] Don't lint build output npm test has been failing if previous build output was present, because the generated build/msg/??.msg files are missing a trailing newline and the line to exclude build/* from being linted was inadvertently omitted from commit 9e72378. (Much of the rest of the build output would also fail lint checks but was already excluded by the *_compressed*.js exclusion.) --- .eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintignore b/.eslintignore index 373bf7a87..03be8d360 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,6 +2,7 @@ *_uncompressed*.js gulpfile.js /msg/* +/build/* /dist/* /core/utils/global.js /tests/blocks/*