appuniversum / ember-appuniversum

Ember addon wrapping the appuniversum components.
https://appuniversum.github.io/ember-appuniversum
MIT License
14 stars 11 forks source link

Apply the `@typescript-eslint/eslint-recommended` rules to .gts files #475

Closed Windvis closed 5 months ago

Windvis commented 5 months ago

By default these rules are only applied to a whitelist of extensions, and .gts isn't part of that. To work around that issue we apply the rules ourselves for now.

This fixes an issue we noticed in #474