Skip to content

Commit

Permalink
updated the "bad-sim-text" value so that it will be more strict, see #…
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Jan 30, 2019
1 parent 1a21b41 commit 89e65e6
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': 0 // commented out until lint errors are fixed, see https://github.com/phetsims/chipper/issues/728
'bad-sim-text': 2 // commented out until lint errors are fixed, see https://github.com/phetsims/chipper/issues/728
}
};

0 comments on commit 89e65e6

Please sign in to comment.