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 Nov 12, 2024
1 parent 35a59bc commit aac6bf6
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,8 +7,8 @@
* @author Michael Kauzmann (PhET Interactive Simulations)
*/

import parent from '../chipper/eslint/sim.eslint.config.mjs';
import simEslintConfig from '../chipper/eslint/sim.eslint.config.mjs';

export default [
...parent
...simEslintConfig
];

0 comments on commit aac6bf6

Please sign in to comment.