Skip to content

Commit

Permalink
Upgrade to ESLint 9 and flat config, see phetsims/chipper#1474
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 26, 2024
1 parent a4a50a0 commit b8c26b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/grunt/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ module.exports = grunt => {
winston.info( `Config: ${JSON.stringify( options )}` );

( async () => {
while ( true ) { // eslint-disable-line no-constant-condition
while ( true ) { // TODO: no-constant-condition, see https://github.com/phetsims/chipper/issues/1451
await runNextTest( options );
}
} )();
Expand Down

0 comments on commit b8c26b2

Please sign in to comment.