Skip to content

Commit

Permalink
turn off bad-sim-text.js, #736
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Malley <[email protected]>
  • Loading branch information
pixelzoom committed Jan 24, 2019
1 parent 3b63608 commit 9419a94
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 // commented out until lint errors are fixed, see https://github.com/phetsims/chipper/issues/728
'bad-sim-text': 0 // commented out until lint errors are fixed, see https://github.com/phetsims/chipper/issues/728
}
};

0 comments on commit 9419a94

Please sign in to comment.