ember-cli / eslint-plugin-ember

An ESLint plugin that provides set of rules for Ember applications based on commonly known good practices.
MIT License
257 stars 198 forks source link

fix isTestFile - test-aware lints were not correctly identifying gjs and gts tests and test files #2147

Closed NullVoxPopuli closed 1 month ago

NullVoxPopuli commented 1 month ago

We forgot to update this when we added gjs/gts support, so all the test-specific lints on gjs/gts files might be accidentally turned off right now (prior to this fix).

Fixes: https://github.com/ember-cli/eslint-plugin-ember/issues/2146