-
Notifications
You must be signed in to change notification settings - Fork 19
Update frontend to use ESLint v10 #3286
Copy link
Copy link
Open
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency filefrontendChanges affecting the user-facing interface, client-side code, or presentation layer.Changes affecting the user-facing interface, client-side code, or presentation layer.
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency filefrontendChanges affecting the user-facing interface, client-side code, or presentation layer.Changes affecting the user-facing interface, client-side code, or presentation layer.
Type
Fields
Give feedbackNo fields configured for Task.
Problem
The frontend ESLint config currently relies on
eslint-plugin-reactwhich does not currently support ESLint v10.Proposed Solution
We will need to wait until jsx-eslint/eslint-plugin-react#3979 has been merged in.
Alternatives
n/a
What is the priority of your issue?
Low