Skip to content

Commit 9409cdb

Browse files
NullVoxPopuliclaude
andcommitted
Exclude bench fixtures and bench script from project lint
The bench fixtures are Ember app source files (ES modules) that aren't meant to be linted by the project's own eslint config (which uses sourceType: 'script'). Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent d70eddf commit 9409cdb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

eslint.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ module.exports = [
239239
'lib/recommended-rules-gjs.js',
240240
'lib/recommended-rules-gts.js',
241241
'tests/__snapshots__/',
242+
'tests/bench/',
243+
'tests/lint.bench.mjs',
242244

243245
// # Contains <template> in js markdown
244246
'docs/rules/no-empty-glimmer-component-classes.md',

0 commit comments

Comments
 (0)