Skip to content

Commit

Permalink
Update documentation, see phetsims/chipper#1000
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid authored and zepumph committed Jul 21, 2022
1 parent 598ac1c commit f0cee0e
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 @@ -16,7 +16,7 @@ const grunt = require( 'grunt' );
const md5 = require( 'md5' );

// constants
const EXCLUDE_PATTERNS = [ // patterns that have no code and lint should not be attempted
const EXCLUDE_PATTERNS = [ // patterns that have no code that should be linted

'../babel',
'../decaf',
Expand Down

0 comments on commit f0cee0e

Please sign in to comment.