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 d06e5f1 commit e0b6f07
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/phet-library.eslint.config.mjs';
import phetLibraryEslintConfig from '../chipper/eslint/phet-library.eslint.config.mjs';

export default [
...parent,
...phetLibraryEslintConfig,
{
rules: {
'no-bitwise': 'off'
Expand Down

0 comments on commit e0b6f07

Please sign in to comment.