Skip to content

Commit

Permalink
error out if using node less than 8.10, phetsims/chipper#737
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 24, 2019
1 parent e3f9f9f commit 7f883c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/grunt/lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const path = require( 'path' );
const child_process = require( 'child_process' );

// constants
// don't lint these repos
const NO_LINT_REPOS = [
const NO_LINT_REPOS = [ // don't lint these repos

'babel',
'eliot',
'phet-android-app',
Expand Down

0 comments on commit 7f883c6

Please sign in to comment.