From 2708e129234aedb9abd0bd9dc5320edf7e944b21 Mon Sep 17 00:00:00 2001 From: zepumph Date: Thu, 7 Nov 2019 13:56:48 -0900 Subject: [PATCH] comment back in no-useless-call lint rule, https://github.com/phetsims/scenery-phet/issues/193 --- eslint/.eslintrc.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eslint/.eslintrc.js b/eslint/.eslintrc.js index 49d43ca4..fee40375 100644 --- a/eslint/.eslintrc.js +++ b/eslint/.eslintrc.js @@ -121,8 +121,7 @@ module.exports = { 'no-self-compare': 2, // disallow unnecessary .call() and .apply() - // TODO: Under discussion in https://github.com/phetsims/scenery-phet/issues/193 - // 'no-useless-call': 2, + 'no-useless-call': 2, // disallow use of undefined when initializing variables 'no-undef-init': 2,