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

include recommended ts-eslint rules for gts #2107

Closed patricklx closed 2 months ago

patricklx commented 3 months ago

typescript recommended rules turn off eslint rules that do not work for ts/gts

but they only to that for known extensions, therefore we need to reapply them in our recommended config see issue https://github.com/typescript-eslint/typescript-eslint/issues/8607

fixes #2106

patricklx commented 3 months ago

i changed it to just copy the rules instead