From 477095129666b5f4c88a9a3f359ffddfb07a8993 Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Mon, 15 Aug 2022 09:28:45 -0600 Subject: [PATCH] Run grunt update, see https://github.com/phetsims/chipper/issues/1157 --- mean-share-and-balance-tests.html | 12 +----------- mean-share-and-balance_en.html | 12 +----------- package.json | 12 +----------- 3 files changed, 3 insertions(+), 33 deletions(-) diff --git a/mean-share-and-balance-tests.html b/mean-share-and-balance-tests.html index 06c723c0..9e6fd938 100644 --- a/mean-share-and-balance-tests.html +++ b/mean-share-and-balance-tests.html @@ -48,17 +48,7 @@ } }, "eslintConfig": { - "extends": "../chipper/eslint/sim_eslintrc.js", - "overrides": [ - { - "files": [ - "**/*.ts" - ], - "rules": { - "@typescript-eslint/no-explicit-any": "error" - } - } - ] + "extends": "../chipper/eslint/sim_eslintrc.js" } }; window.phet.chipper.stringRepos = diff --git a/mean-share-and-balance_en.html b/mean-share-and-balance_en.html index b3adc427..5bbae912 100644 --- a/mean-share-and-balance_en.html +++ b/mean-share-and-balance_en.html @@ -47,17 +47,7 @@ } }, "eslintConfig": { - "extends": "../chipper/eslint/sim_eslintrc.js", - "overrides": [ - { - "files": [ - "**/*.ts" - ], - "rules": { - "@typescript-eslint/no-explicit-any": "error" - } - } - ] + "extends": "../chipper/eslint/sim_eslintrc.js" } }; window.phet.chipper.stringRepos = diff --git a/package.json b/package.json index 43e4f7f3..192ec7f0 100644 --- a/package.json +++ b/package.json @@ -25,16 +25,6 @@ } }, "eslintConfig": { - "extends": "../chipper/eslint/sim_eslintrc.js", - "overrides": [ - { - "files": [ - "**/*.ts" - ], - "rules": { - "@typescript-eslint/no-explicit-any": "error" - } - } - ] + "extends": "../chipper/eslint/sim_eslintrc.js" } } \ No newline at end of file