diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-05-03 16:44:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-03 16:44:41 -0400 |
commit | 121769844d4456b296e42d60794813da1b1472eb (patch) | |
tree | c8eeb93abfb0642f4d4ef17977b7039f10561dd5 /tools/lint.js | |
parent | 1fce59281c38c83c937c01ff92f8656da44ccada (diff) |
fix(lsp): always cache all npm packages (#23679)
Closes #23659
Diffstat (limited to 'tools/lint.js')
-rwxr-xr-x | tools/lint.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lint.js b/tools/lint.js index 38077273c..36e79b45b 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -51,7 +51,7 @@ async function dlint() { ":!:cli/bench/testdata/react-dom.js", ":!:cli/compilers/wasm_wrap.js", ":!:cli/tsc/dts/**", - ":!:target/**", + ":!:target/", ":!:tests/specs/**", ":!:tests/testdata/encoding/**", ":!:tests/testdata/error_syntax.js", |