Skip to content

Commit c8e2d68

Browse files
committed
add note about eslint
1 parent 489d2ad commit c8e2d68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/decisions/031-imports.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ autocomplete with TypeScript
3434
configure both, then you can get the best of both worlds!
3535

3636
By using the `"imports"` field, you don't have to do any special configuration
37-
for `vitest` to be able to resolve imports. It just resolves them using the
38-
standard.
37+
for `vitest` or `eslint` to be able to resolve imports. They just resolve them
38+
using the standard.
3939

4040
And by using the `tsconfig.json` `paths` field configured in the same way as the
4141
`"imports"` field, you get autocomplete and type checking for your imports. This

0 commit comments

Comments
 (0)