Skip to content

Commit

Permalink
Move getLintOptions to a separate file, see #1484
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 5, 2024
1 parent 8e55dc7 commit 241d371
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/grunt/tasks/lint-all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
*/

import * as grunt from 'grunt';
import lint, { getLintOptions } from '../../../../perennial-alias/js/eslint/lint.js';
import lint 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';
import getLintOptions from '../../../../perennial-alias/js/eslint/getLintOptions.js';

const repo = getRepo();

Expand Down

0 comments on commit 241d371

Please sign in to comment.