Skip to content

Conversation

@bendemboski
Copy link
Contributor

"Patch" typescript-eslint's recommended config to allow us to extend it to gts files, and also add test cases to verify that we're applying the ruleset to both ts and gts files.

Fixes#119

"Patch" `typescript-eslint`'s recommended config to allow us to extend it to `gts` files, and also add test cases to verify that we're applying the ruleset to both `ts` and `gts` files. Fixesember-cli#119
bendemboski added a commit to bendemboski/ember-app-blueprint that referenced this pull request Nov 24, 2025
"Patch" `typescript-eslint`'s recommended config to allow us to extend it to `gts` files, and also add test cases to verify that we're applying the ruleset to both `ts` and `gts` files. This is the equivalent of ember-cli/ember-addon-blueprint#120 for this repo
// https://github.com/ember-cli/ember-addon-blueprint/issues/119
{
...ts.configs.eslintRecommended,
files: undefined,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like this hack isn't needed?

eslint/eslint#20351

bendemboski added a commit to bendemboski/ember-app-blueprint that referenced this pull request Nov 26, 2025
"Patch" `typescript-eslint`'s recommended config to allow us to extend it to `gts` files, and also add test cases to verify that we're applying the ruleset to both `ts` and `gts` files. This is the equivalent of ember-cli/ember-addon-blueprint#120 for this repo
@NullVoxPopuliNullVoxPopuli merged commit fe5d8e3 into ember-cli:mainDec 6, 2025
13 checks passed
@github-actionsgithub-actionsbot mentioned this pull request Dec 6, 2025
@NullVoxPopuliNullVoxPopuli added the bug Something isn't working label Dec 6, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugSomething isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

typescript-eslint recommended rules don't apply to gts files

2 participants

@bendemboski@NullVoxPopuli