Skip to content

Commit

Permalink
build: Use "projectService" instead of "project" for eslint
Browse files Browse the repository at this point in the history
Because magic.

Fixes #21246
  • Loading branch information
mvollmer committed Nov 11, 2024
1 parent 27b7e5f commit 9601aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"extends": "plugin:@typescript-eslint/recommended",
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": ["./tsconfig.json"]
"projectService": ["./tsconfig.json"]
},
"rules": {
// https://typescript-eslint.io/rules/no-use-before-define
Expand Down

0 comments on commit 9601aee

Please sign in to comment.