Skip to content

Commit

Permalink
move shared tsconfig to shared/ dir, phetsims/chipper#1463
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Sep 30, 2024
1 parent b4bb56d commit abc8d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default [
rules: {

// We travel with perennial, always on main and do not allow dependencies on versioned repos like phet-core,
// so cannot use IntentionalAny
// so cannot use IntentionalAny. TODO: https://github.com/phetsims/chipper/issues/1465
'@typescript-eslint/no-explicit-any': 'off'
}
},
Expand Down
2 changes: 1 addition & 1 deletion tsconfig-node.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../chipper/tsconfig-node.json",
"extends": "../chipper/tsconfig/shared/tsconfig-node.json",
"include": [
"js/config/**/*",
"js/grunt/**/*",
Expand Down

0 comments on commit abc8d54

Please sign in to comment.