-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support ESLint 7.x #8977
Comments
In a lerna monorepo since ESLint 7.0.0 extending the eslint-config-create-app seems to not work. module.exports = {
root: true,
extends: ['react-app'],
}; Is there something to be changed here or in eslint itself, it seems the new plugin-loading-mechanism is kicking in?
|
Looks like the problem is location of the |
Seems like yarn dedupe mechanism kicks in eslint/eslint#13283. |
Kind of unrelated, but I think |
It would be nice to have a small guide on how to integrate the new ESLint version with TypeScript, Prettier and VS Code. Related to this proposal: |
- This is due to compatibility issues with eslint 7 and react-scripts - Related issue: facebook/create-react-app#8977
Why was this closed? I get that version was pinned for now but is there a track of work to update it? |
Same question here, it's already |
I'll answer myself, it's on the way, with 4.0 release: Edit: when 4.0 will be ready, ESLint will probably be on version 8. |
Well, got the same issue with |
If you have duplicated dependencies in your project, a package manager may install |
ESLint v7.0.0 is released 🎉
It would be awesome to have official ESLint 7 support. 👊
I'm happy to help where I can of course 🙂
The text was updated successfully, but these errors were encountered: