Commit 033d9fd
authored
Use projectService instead of manual project path (#16)
The project service[1] auto-detects the appropriate tsconfig.json for
each file being linted, using the same TypeScript APIs that editors/IDEs
use. This removes the need for consumers to have a tsconfig.json at
a specific path relative to the working directory.
[1] https://typescript-eslint.io/blog/project-service/1 parent 507affa commit 033d9fd
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
0 commit comments