From 5c47082ce152b89aab77ce1011f3ac4dc2e2aef9 Mon Sep 17 00:00:00 2001 From: zepumph Date: Thu, 17 Oct 2019 14:36:04 -0800 Subject: [PATCH] convert _.extend to PHET_CORE/merge, https://github.com/phetsims/phet-core/issues/71 --- eslint/.eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint/.eslintrc.js b/eslint/.eslintrc.js index ba63df29..1882f39b 100644 --- a/eslint/.eslintrc.js +++ b/eslint/.eslintrc.js @@ -54,7 +54,7 @@ module.exports = { 'always' ], 'bad-text': 2, - 'no-extend': 0,// wait to turn this on until there are less usages, https://github.com/phetsims/phet-core/issues/71 + 'no-extend': 2,// wait to turn this on until there are less usages, https://github.com/phetsims/phet-core/issues/71 // Custom rule for checking the copyright. copyright: 2,