diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-06-18 12:44:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-18 12:44:43 -0400 |
commit | f564497630d8d12023cd093904bf237ab1079a94 (patch) | |
tree | 1c14d4e641e739fdf99cf4a16d45db35c1da515f /tools/lint.js | |
parent | fa7cad06de648a7e35995b9a366ae2cee3b3bc4f (diff) |
fix(fmt): should fail `--check` on parse error (#14907)
Diffstat (limited to 'tools/lint.js')
-rwxr-xr-x | tools/lint.js | 1 |
1 files changed, 1 insertions, 0 deletions
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", |