Skip to content

Commit

Permalink
point to perennial-alias for lint and type checking config, phetsims/…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 23, 2024
1 parent 5fd1831 commit 192535c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* @author Michael Kauzmann (PhET Interactive Simulations)
*/

import nodeEslintConfig from '../chipper/eslint/node.eslint.config.mjs';
import globals from '../chipper/node_modules/globals/index.js';
import nodeEslintConfig from '../perennial-alias/js/eslint/node.eslint.config.mjs';
import globals from '../perennial-alias/node_modules/globals/index.js';

export default [
...nodeEslintConfig,
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../chipper/tsconfig/shared/tsconfig-browser.json",
"extends": "../perennial-alias/tsconfig/shared/tsconfig-browser.json",
"include": [
"js/**/*",
"images/**/*",
Expand All @@ -8,7 +8,7 @@
],
"references": [
{
"path": "../chipper/tsconfig/buildjson/tsconfig.json"
"path": "../perennial-alias/tsconfig/buildjson/tsconfig.json"
}
]
}

0 comments on commit 192535c

Please sign in to comment.