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

@typescript-eslint/eslint-recommended not applicable to `*.gts` files #2106

Closed chancancode closed 2 months ago

chancancode commented 3 months ago

The instructions in the README does not fully work, see: https://github.com/typescript-eslint/typescript-eslint/issues/8607

It seems like the recommended/preferred fix is to use flat config; until then, as a workaround, I just duplicated those rules (only the @typescript-eslint/eslint-recommended subset has this issue)

NullVoxPopuli commented 3 months ago

does overrides-only config work the same way? for folks with plugins that aren't yet supporting flat config?