Skip to content

Commit

Permalink
convert es5 sims to use sim_eslintrc.js, phetsims/chipper#728
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 22, 2024
1 parent 9439828 commit 29442cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint/sim_eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
module.exports = {
extends: './.eslintrc.js',
rules: {
'bad-sim-text': 2
'bad-sim-text': 0 // commented out until lint errors are fixed, see https://github.com/phetsims/chipper/issues/728
}
};

0 comments on commit 29442cf

Please sign in to comment.