Skip to content

Commit

Permalink
Allow phet-core/types in aqua, see phetsims/chipper#1465
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Dec 2, 2024
1 parent 355f63d commit 997dda3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ export default [
scenery: 'readonly',
__dirname: 'readonly'
}
},
rules: {
'@typescript-eslint/no-explicit-any': 'off' // TODO: use IntentionalAny, see https://github.com/phetsims/chipper/issues/1465
}
}
];
3 changes: 2 additions & 1 deletion tsconfig-aqua-node.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"js/grunt/**/*",
"js/local/**/*",
"js/node-client/**/*",
"js/server/**/*"
"js/server/**/*",
"../phet-core/js/types/**/*"
],
"references": [
{
Expand Down

0 comments on commit 997dda3

Please sign in to comment.