Skip to content

Commit

Permalink
Remove eslintConfig from package.json using convertToFlat.mjs, see ph…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 26, 2024
1 parent b8c26b2 commit 3aa14ce
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,37 +17,6 @@
"puppeteer": "~19.2.2",
"winston": "~0.9.0"
},
"eslintConfig": {
"extends": "../chipper/eslint/node_eslintrc.js",
"globals": {
"aqua": "readonly",
"XMLHttpRequest": "readonly",
"Hashes": "readonly",
"phetCore": "readonly",
"axon": "readonly",
"dot": "readonly",
"kite": "readonly",
"scenery": "readonly",
"__dirname": "readonly"
},
"overrides": [
{
"files": [
"./js/browser-tools/**",
"./js/client/**",
"./js/report/**"
],
"extends": "../chipper/eslint/phet-library_eslintrc.js",
"rules": {
"bad-sim-text": "off"
},
"env": {
"browser": true,
"node": false
}
}
]
},
"phet": {
"buildStandalone": true,
"standaloneTranspiles": [
Expand Down

0 comments on commit 3aa14ce

Please sign in to comment.