Skip to content

Commit

Permalink
Fix --format option docstring in grunt's lint.js, phetsims/phet-info#150
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCrews authored and zepumph committed Jul 21, 2022
1 parent c94a6bd commit e357a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/grunt/lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const lint = async ( patterns, options ) => {

options = _.assignIn( {
cache: true,
format: false, // Use a separate set of rules purely for formatting code.
format: false, // append an extra set of rules for formatting code.
fix: false, // whether fixes should be written to disk
warn: true // whether errors should reported with grunt.warn
}, options );
Expand Down

0 comments on commit e357a59

Please sign in to comment.