-
-
Notifications
You must be signed in to change notification settings - Fork 488
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What's happening
I recently updated my React.js app to use ESLint 9, and I encountered a strange error. After spending considerable effort troubleshooting, I discovered that the issue was related to Craco.
ERROR in [eslint] Invalid Options:
- Unknown options: extensions, resolvePluginsRelativeTo
- 'extensions' has been removed.
- 'resolvePluginsRelativeTo' has been removed.What should happen
expected to work with eslint 9
To reproduce
update eslint in your react.js app to v9.X.X
CRACO version
7.1.0
CRACO config
module.exports = {
...nothing_special
}package.json
Additional information
if I add
eslint: {
enable: false,
},to CRACO config it works.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working