Skip to content

Commit

Permalink
add doc about gts imports in ts files (#2088)
Browse files Browse the repository at this point in the history
* add doc about gts imports in ts files

* fix lint
  • Loading branch information
patricklx authored Feb 13, 2024
1 parent 04355ff commit 7928510
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ learn more [here](https://github.com/ember-template-imports/ember-template-impor
gjs/gts support is provided by the [ember-eslint-parser](https://github.com/NullVoxPopuli/ember-eslint-parser)

> [!NOTE]
> if you import .gts files in .ts files, then `ember-eslint-parser` is required for .ts as well to enable typed linting
```js
// .eslintrc.js
module.exports = {
Expand Down

0 comments on commit 7928510

Please sign in to comment.