Skip to content

Commit

Permalink
Move lint to js/eslint, make synchronous, see #1484
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 5, 2024
1 parent 54e35e9 commit a91a46f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/grunt/tasks/lint-all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion js/scripts/hook-pre-commit-task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit a91a46f

Please sign in to comment.