From fa53c519e7006e732b3d97be3ba0ec4ad31d3a45 Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Wed, 25 Sep 2024 21:18:10 -0600 Subject: [PATCH] Remove eslintConfig from package.json using convertToFlat.mjs, see https://github.com/phetsims/chipper/issues/1474 --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 797900b..d190782 100644 --- a/package.json +++ b/package.json @@ -41,8 +41,5 @@ "AREA_MODEL_COMMON/screen.variables", "AREA_MODEL_COMMON/screen.game" ] - }, - "eslintConfig": { - "extends": "../chipper/eslint/sim_eslintrc.js" } } \ No newline at end of file