From b0d5f1deace231f4362422d07ba7c608a670a65a Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Sat, 2 Sep 2023 17:21:44 -0600 Subject: [PATCH] Revert "Temporarily disable rule in attempt to clear CT service cache, see https://github.com/phetsims/phet-io/issues/1947" This reverts commit 186689d2cab2b8c7fac3a5d6a9151f9983fb66f2. --- eslint/.eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint/.eslintrc.js b/eslint/.eslintrc.js index 5dfb87947..f0a0b0825 100644 --- a/eslint/.eslintrc.js +++ b/eslint/.eslintrc.js @@ -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: {