Skip to content

Commit

Permalink
Update documentation, see phetsims/chipper#1356
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 20, 2024
1 parent 0e7589d commit 3151c7c
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 @@ -546,7 +546,7 @@ module.exports = function( grunt ) {
// remove duplicate perennial copy
repo !== 'perennial-alias' &&

// TODO: Has no grunt file, maybe has a different way of linting? see https://github.com/phetsims/chipper/issues/1356
// Vite is linted via its own process, see phet-vite-demo/README.md
repo !== 'phet-vite-demo' );
const fix = grunt.option( 'fix' );
const chipAway = grunt.option( 'chip-away' );
Expand Down

0 comments on commit 3151c7c

Please sign in to comment.