Skip to content

Commit

Permalink
TODOs must have lint rules for number suite, phetsims/number-suite-co…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 22, 2024
1 parent e7b5a48 commit 0603391
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion eslint/rules/todo-should-have-issue.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ catch( e ) {
}

// List of directories to check that TODOs have GitHub issues
const directoriesToRequireIssues = [ 'projectile-motion' ];
const directoriesToRequireIssues = [
'projectile-motion',
'number-play',
'number-suite-common',
'number-compare'
];
if ( buildJSON && buildJSON.common && buildJSON.common.phetLibs ) {

// Don't require issues in these repos:
Expand Down

0 comments on commit 0603391

Please sign in to comment.