diff --git a/js/grunt/tasks/lint-all.ts b/js/grunt/tasks/lint-all.ts index e38a194c..2f5aade2 100644 --- a/js/grunt/tasks/lint-all.ts +++ b/js/grunt/tasks/lint-all.ts @@ -7,7 +7,7 @@ */ import * as grunt from 'grunt'; -import lint, { getLintOptions } from '../../../../perennial-alias/js/grunt/lint.js'; +import lint, { getLintOptions } from '../../../../perennial-alias/js/eslint/lint.js'; import getBrands from '../../../../perennial-alias/js/grunt/tasks/util/getBrands.js'; import getRepo from '../../../../perennial-alias/js/grunt/tasks/util/getRepo.js'; import getPhetLibs from '../getPhetLibs.js'; diff --git a/js/scripts/hook-pre-commit-task.ts b/js/scripts/hook-pre-commit-task.ts index c8d5e46f..5ecb4487 100644 --- a/js/scripts/hook-pre-commit-task.ts +++ b/js/scripts/hook-pre-commit-task.ts @@ -15,7 +15,7 @@ import reportMedia from '../../../chipper/js/grunt/reportMedia.js'; import getRepoList from '../../../perennial-alias/js/common/getRepoList'; import withServer from '../../../perennial-alias/js/common/withServer'; import check from '../../../perennial-alias/js/grunt/check'; -import lint from '../../../perennial-alias/js/grunt/lint'; +import lint from '../../../perennial-alias/js/eslint/lint'; import getPhetLibs from '../grunt/getPhetLibs'; import generatePhetioMacroAPI from '../phet-io/generatePhetioMacroAPI.js'; import phetioCompareAPISets from '../phet-io/phetioCompareAPISets';