Skip to content

Commit

Permalink
comment back in no-useless-call lint rule, phetsims/scenery-phet#193
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 22, 2024
1 parent 3a5b28f commit 2708e12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eslint/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2708e12

Please sign in to comment.