Skip to content
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

Remove eslint-config-react-app #3967

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jcoyne
Copy link
Collaborator

@jcoyne jcoyne commented Oct 30, 2024

It is no longer supported by a maintainer.
Fixes #3966

@jcoyne jcoyne force-pushed the remove-eslint-config-react-app branch from 683339c to e564bfc Compare October 30, 2024 20:45
.eslintrc Outdated
"parserOptions": {
sourceType: 'module',
},
"extends": ["airbnb","plugin:react/recommended", "plugin:jest-dom/recommended", "plugin:testing-library/react"],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we also need "plugin:react-hooks/recommended"? It seems like create-react-app also gave us 'react-hooks/rules-of-hooks': 'error', at least.

I think CRA also gave us flowtype, but it doesn't look like we have any flowtype comments to lint, so maybe that's fine?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure I've added "plugin:react-hooks/recommended"

It is no longer supported by a maintainer.
Fixes #3966
@jcoyne jcoyne force-pushed the remove-eslint-config-react-app branch from e564bfc to 69ff1e4 Compare October 30, 2024 21:13
@jcoyne jcoyne mentioned this pull request Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

create-react-app (babel-preset-react-app, eslint-config-react-app) is deprecated
2 participants