Skip to content

Commit

Permalink
remove format option to eslint, phetsims/chipper#1427
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kauzmann <[email protected]>
  • Loading branch information
zepumph committed Mar 22, 2024
1 parent e79a58a commit 689dd1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/grunt/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,6 @@ module.exports = function( grunt ) {
const cache = !grunt.option( 'disable-eslint-cache' );
const activeRepos = getDataFile( 'active-repos' );
const fix = grunt.option( 'fix' );
const format = grunt.option( 'format' );
const chipAway = grunt.option( 'chip-away' );
const disableWithComment = grunt.option( 'disable-with-comment' );
const showProgressBar = !grunt.option( 'hide-progress-bar' );
Expand All @@ -542,7 +541,6 @@ module.exports = function( grunt ) {
const lintReturnValue = await lint( activeRepos, {
cache: cache,
fix: fix,
format: format,
chipAway: chipAway,
disableWithComment: disableWithComment,
showProgressBar: showProgressBar
Expand Down

0 comments on commit 689dd1f

Please sign in to comment.