Skip to content

Commit

Permalink
backed out accidental commit of test setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Jan 30, 2019
1 parent 26f83bc commit 1a21b41
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 1a21b41

Please sign in to comment.