Skip to content

Commit

Permalink
Convert to flat file format, see phetsims/chipper#1451
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid authored and zepumph committed Oct 22, 2024
1 parent cdad27f commit b9b294f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eslint/root.eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1873,5 +1873,10 @@ export default [
GPUExternalTexture: 'readonly'
}
}
}, {
files: [ '*eslint.config*' ],
rules: {
'phet/default-import-match-filename': 'off'
}
}
];

0 comments on commit b9b294f

Please sign in to comment.