Skip to content

Commit

Permalink
use lint --all, phetsims/chipper#1489
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 23, 2024
1 parent c61abcc commit b519c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/server/QuickServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class QuickServer {
*/
async testLint() {
winston.info( 'QuickServer: linting' );
return execute( gruntCommand, [ 'lint-everything', '--hide-progress-bar' ], `${this.rootDir}/perennial`, EXECUTE_OPTIONS );
return execute( gruntCommand, [ 'lint', '--all', '--hide-progress-bar' ], `${this.rootDir}/perennial`, EXECUTE_OPTIONS );
}

/**
Expand Down

0 comments on commit b519c8a

Please sign in to comment.