From 9419a94d7cb3bdd64d2a5c2be6331d7ab25a6533 Mon Sep 17 00:00:00 2001 From: Chris Malley Date: Thu, 24 Jan 2019 10:30:14 -0700 Subject: [PATCH] turn off bad-sim-text.js, https://github.com/phetsims/chipper/issues/736 Signed-off-by: Chris Malley --- eslint/sim_eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint/sim_eslintrc.js b/eslint/sim_eslintrc.js index 7370436ba..52e1a6abe 100644 --- a/eslint/sim_eslintrc.js +++ b/eslint/sim_eslintrc.js @@ -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 } }; \ No newline at end of file