From f564497630d8d12023cd093904bf237ab1079a94 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sat, 18 Jun 2022 12:44:43 -0400 Subject: fix(fmt): should fail `--check` on parse error (#14907) --- tools/lint.js | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/lint.js b/tools/lint.js index 7a77c09ae..18be09c65 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -26,6 +26,7 @@ async function dlint() { ":!:cli/dts/**", ":!:cli/tests/testdata/encoding/**", ":!:cli/tests/testdata/error_syntax.js", + ":!:cli/tests/testdata/fmt/**", ":!:cli/tests/testdata/lint/**", ":!:cli/tests/testdata/tsc/**", ":!:cli/tsc/*typescript.js", -- cgit v1.2.3