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

feat: update eslint deps #487

Merged
merged 2 commits into from
Jul 11, 2022

Conversation

bradzacher
Copy link
Contributor

  • update to ESLint v8
  • switch babel-eslint for hermes-eslint
  • update eslint plugin versions

- update to ESLint v8
- switch babel-eslint for hermes-eslint
- update eslint plugin versions
packages/eslint-config-fbjs-opensource/package.json Outdated Show resolved Hide resolved
@@ -16,23 +16,23 @@ There are several exceptions:
npm install --save-dev \
eslint-config-fbjs \
eslint-plugin-babel \
eslint-plugin-flowtype \
eslint-plugin-ft-flow \
eslint-plugin-jsx-a11y \
eslint-plugin-react \
Copy link
Member

Choose a reason for hiding this comment

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

theoretically, we probably want to add https://www.npmjs.com/package/eslint-plugin-react-hooks to this config (and make sure the right rules are enabled) but that's distinct from the effort you have now. Fits with my version bump outside PRs though :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ideally i'd want us to do even less in this config and push for our codebases to rely on the purely internal configs!

@bradzacher bradzacher requested a review from zpao July 11, 2022 20:26
@bradzacher bradzacher merged commit 549c572 into facebook:main Jul 11, 2022
@bradzacher bradzacher deleted the remove-eslint-plugin-flowtype branch July 11, 2022 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants