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 22, 2024
1 parent bf7613b commit ddd6750
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @author Michael Kauzmann (PhET Interactive Simulations)
*/

import phetLibraryEslintConfig from '../chipper/eslint/phet-library.eslint.config.mjs';
import phetLibraryEslintConfig from '../perennial-alias/js/eslint/phet-library.eslint.config.mjs';

export default [
...phetLibraryEslintConfig,
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 @@ -11,7 +11,7 @@
"path": "../twixt/tsconfig.json"
},
{
"path": "../chipper/tsconfig/buildjson/tsconfig.json"
"path": "../perennial-alias/tsconfig/buildjson/tsconfig.json"
}
]
}

0 comments on commit ddd6750

Please sign in to comment.