Skip to content

Commit

Permalink
Merge pull request #110 from embroider-build/fix-typescript
Browse files Browse the repository at this point in the history
fix upstream issue with typescript-eslint
  • Loading branch information
mansona authored Nov 18, 2024
2 parents 8d18148 + 7b49943 commit 6b12fd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ module.exports = {
'@glint/environment-ember-template-imports@unstable',
'@glint/template@unstable',
'@types/eslint__js',
'typescript-eslint@^8.13.0',
'@typescript-eslint/eslint-plugin@^8.13.0',
'@typescript-eslint/parser@^8.13.0',
'typescript-eslint@^8.14.1-alpha.8',
'@typescript-eslint/eslint-plugin@^8.14.1-alpha.8',
'@typescript-eslint/parser@^8.14.1-alpha.8',
]
: []),
],
Expand Down

0 comments on commit 6b12fd7

Please sign in to comment.