Skip to content

Commit 7928510

Browse files
authored
add doc about gts imports in ts files (#2088)
* add doc about gts imports in ts files * fix lint
1 parent 04355ff commit 7928510

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ learn more [here](https://github.com/ember-template-imports/ember-template-impor
6464
6565
gjs/gts support is provided by the [ember-eslint-parser](https://github.com/NullVoxPopuli/ember-eslint-parser)
6666

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

0 commit comments

Comments
 (0)