Skip to content

Commit

Permalink
Specify eslint-disable-line rule, see: phetsims/chipper#1313
Browse files Browse the repository at this point in the history
  • Loading branch information
marlitas committed Sep 19, 2022
1 parent 0450db7 commit 89e8900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/showCommandLineProgress.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

/* eslint-env node */
const _ = require( 'lodash' ); // eslint-disable-line
const _ = require( 'lodash' ); // eslint-disable-line require-statement-match

/**
* See https://jagascript.com/how-to-build-a-textual-progress-bar-for-cli-and-terminal-apps/
Expand Down

0 comments on commit 89e8900

Please sign in to comment.