Commit 2e5caac
authored
fix: set projectService to false in ESLint parserOptions (#178)
### Developer Checklist (Definition of Done)
**Issue**
- [ ] All acceptance criteria from the issue are met
- [ ] Tested in latest Chrome/Firefox
**UI/UX/Vis**
- [ ] Requires UI/UX/Vis review
- [ ] Reviewer(s) are notified (_tag assignees_)
- [ ] Review has occurred (_link to notes_)
- [ ] Feedback is included in this PR
- [ ] Reviewer(s) approve of concept and design
**Code**
- [ ] Branch is up-to-date with the branch to be merged with, i.e.,
develop
- [ ] Code is cleaned up and formatted
- [ ] Unit tests are written (frontend/backend if applicable)
- [ ] Integration tests are written (if applicable)
**PR**
- [ ] Descriptive title for this pull request is provided (will be used
for release notes later)
- [ ] Reviewer and assignees are defined
- [ ] Add type label (e.g., *bug*, *feature*) to this pull request
- [ ] Add release label (e.g., `release: minor`) to this PR following
[semver](https://semver.org/)
- [ ] The PR is connected to the corresponding issue (via `Closes #...`)
- [ ] [Summary of changes](#summary-of-changes) is written
### Summary of changes
- The latest release made this change required, otherwise we would get a
"Parsing error: Enabling "project" does nothing when "projectService" is
enabled. You can remove the "project" setting" error
-
https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.46.4
(typescript-eslint/typescript-eslint#11333)
### Screenshots
### Additional notes for the reviewer(s)
-
Thanks for creating this pull request 🤗1 parent 40d2df6 commit 2e5caac
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
| |||
0 commit comments