From 121769844d4456b296e42d60794813da1b1472eb Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 3 May 2024 16:44:41 -0400 Subject: fix(lsp): always cache all npm packages (#23679) Closes #23659 --- tools/lint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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", -- cgit v1.2.3