Skip to content

Commit

Permalink
lint eslint.config.mjs files, phetsims/chipper#1451
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kauzmann <[email protected]>
  • Loading branch information
zepumph committed Oct 22, 2024
1 parent e33314d commit 4a2d31c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions eslint/root.eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1899,10 +1899,5 @@ export default [
GPUExternalTexture: 'readonly'
}
}
}, {
files: [ '*eslint.config*' ],
rules: {
'phet/default-import-match-filename': 'off'
}
}
];

0 comments on commit 4a2d31c

Please sign in to comment.