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 5a6653c commit c9340f6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
* @author Michael Kauzmann (PhET Interactive Simulations)
*/

import getNodeConfiguration from '../chipper/eslint/getNodeConfiguration.mjs';
import { getPhetLibraryConfiguration } from '../chipper/eslint/phet-library.eslint.config.mjs';
import rootEslintConfig from '../chipper/eslint/root.eslint.config.mjs';
import getNodeConfiguration from '../perennial-alias/js/eslint/getNodeConfiguration.mjs';
import { getPhetLibraryConfiguration } from '../perennial-alias/js/eslint/phet-library.eslint.config.mjs';
import rootEslintConfig from '../perennial-alias/js/eslint/root.eslint.config.mjs';

const nodeFiles = [
'js/grunt/**/*'
Expand Down
2 changes: 1 addition & 1 deletion js/grunt/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig-dot-node.json",
"references": [
{
"path": "../../../chipper/tsconfig/buildtools/tsconfig.json"
"path": "../../../perennial-alias/tsconfig/buildtools/tsconfig.json"
}
]
}
2 changes: 1 addition & 1 deletion js/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../tsconfig-dot-browser.json",
"references": [
{
"path": "../../chipper/tsconfig/buildjson/tsconfig.json"
"path": "../../perennial-alias/tsconfig/buildjson/tsconfig.json"
}
]
}
4 changes: 2 additions & 2 deletions tsconfig-dot-browser.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 @@
],
"references": [
{
"path": "../chipper/tsconfig/buildjson/tsconfig.json"
"path": "../perennial-alias/tsconfig/buildjson/tsconfig.json"
}
]
}
4 changes: 2 additions & 2 deletions tsconfig-dot-node.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"extends": "../chipper/tsconfig/shared/tsconfig-node.json",
"extends": "../perennial-alias/tsconfig/shared/tsconfig-node.json",
"include": [
"js/grunt/**/*"
],
"references": [
{
"path": "../chipper/tsconfig/buildtools/tsconfig.json"
"path": "../perennial-alias/tsconfig/buildtools/tsconfig.json"
}
]
}

0 comments on commit c9340f6

Please sign in to comment.