Skip to content

Commit

Permalink
Run grunt update, see phetsims/chipper#1157
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Aug 15, 2022
1 parent 8e475f1 commit 4770951
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 33 deletions.
12 changes: 1 addition & 11 deletions mean-share-and-balance-tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
12 changes: 1 addition & 11 deletions mean-share-and-balance_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
12 changes: 1 addition & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 4770951

Please sign in to comment.