Skip to content

Commit

Permalink
Rename imports, see phetsims/chipper#1474
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 26, 2024
1 parent edf90c5 commit ac2d12b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
* @author Michael Kauzmann (PhET Interactive Simulations)
*/

import parent from '../chipper/eslint/root.eslint.config.mjs';
import rootEslintConfig from '../chipper/eslint/root.eslint.config.mjs';

export default [
...parent,
...rootEslintConfig,
{
ignores: [
'lib/',
Expand Down

0 comments on commit ac2d12b

Please sign in to comment.