From a1d0a427e807959666a6b23ae015e4e04659abf5 Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Wed, 18 Sep 2024 12:15:13 -0700 Subject: feat: default to TS for file extension and support ext flag in more scenarios (#25472) Closes #11220 Currently does lint, fmt, and repl --- 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 a9f940006..de0db015f 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -218,7 +218,7 @@ async function ensureNoNewITests() { "pm_tests.rs": 0, "publish_tests.rs": 0, "repl_tests.rs": 0, - "run_tests.rs": 333, + "run_tests.rs": 331, "shared_library_tests.rs": 0, "task_tests.rs": 4, "test_tests.rs": 0, -- cgit v1.2.3