Commit 8b8bc76
committed
fix: add eslint.config.* to tsconfig.node.json
ESLint 9.18 unflagged `eslint.config.ts` support, therefore it's
necessary to add `eslint.config.*` to `tsconfig.node.json` to avoid
typescript-eslint raising error on that file.1 parent d2613ee commit 8b8bc76
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments