Skip to content

Commit

Permalink
Revert "Temporarily disable rule in attempt to clear CT service cache…
Browse files Browse the repository at this point in the history
…, see phetsims/phet-io#1947"

This reverts commit 186689d.
  • Loading branch information
samreid committed Sep 2, 2023
1 parent 186689d commit b0d5f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -1493,7 +1493,7 @@ module.exports = {
'prefer-derived-string-property': 'error',

// A variable or attribute name should generally match the tandem name.
'tandem-name-should-match': 'off'
'tandem-name-should-match': 'error'
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
},
env: {
Expand Down

0 comments on commit b0d5f1d

Please sign in to comment.