Skip to content

Commit a35addd

Browse files
committed
eslint: Switch typescript-eslint to projectService.
This is recommended in typescript-eslint@8. Signed-off-by: Anders Kaseorg <[email protected]>
1 parent d78902f commit a35addd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

eslint.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export default [
193193
JQuery: "readonly",
194194
},
195195
parserOptions: {
196-
project: true,
196+
projectService: true,
197197
tsConfigRootDir: import.meta.dirname,
198198
},
199199
},

tsconfig.json

-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@
3535
"composite": true,
3636
},
3737
"exclude": [
38-
// Type stubs are not part of the top-level project.
39-
"web/src/types",
40-
4138
// This is a separate package with its own TypeScript configuration.
4239
"help-beta",
4340

0 commit comments

Comments
 (0)