Skip to content

Commit

Permalink
fix incorrect ignore for nested eslint configs, phetsims/chipper#1483
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Dec 3, 2024
1 parent 74adbed commit 4c30a52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/grunt/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
*/

import nodeEslintConfig from '../../../perennial-alias/js/eslint/config/node.eslint.config.mjs';
import { mutateForNestedConfig } from '../../../perennial-alias/js/eslint/config/root.eslint.config.mjs';

export default [
...nodeEslintConfig,
...mutateForNestedConfig( nodeEslintConfig ),
{
// TODO: remove once the path works in root config again, https://github.com/phetsims/chipper/issues/1483/
rules: {
Expand Down

0 comments on commit 4c30a52

Please sign in to comment.