From 13d544b7dd0f744b1cd365910b3f3451b99c3e71 Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Tue, 22 Oct 2024 16:33:28 -0600 Subject: [PATCH] Fix TODOs, https://github.com/phetsims/perennial/issues/364 https://github.com/phetsims/chipper/issues/1489 --- tsconfig-chipper.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig-chipper.json b/tsconfig-chipper.json index 7cf442fa..f677301b 100644 --- a/tsconfig-chipper.json +++ b/tsconfig-chipper.json @@ -6,8 +6,9 @@ "js/common/**/*", "js/npm-dependencies/**/*", "js/grunt/tasks/util/**/*", - "js/grunt/lint.ts", "js/grunt/check.ts", + "js/grunt/lint.ts", + "js/grunt/tasks/lint.ts", // TODO: should we split buildjson into a subsection that can be used by this one too (just phet-core?) // TODO: split buildjson into a subsection that can be used by this one too (just phet-core?) "../phet-core/js/types/**/*" ]