Skip to content

Commit

Permalink
Eslint config: revert eslint-plugin-react to version 7.25.1
Browse files Browse the repository at this point in the history
This reverts 3b83b6b3ec610b5d240b933be4c953e5d0e62733 because version
7.25.2 causes issues with FBT tags, see: jsx-eslint/eslint-plugin-react#3080

adeira-source-id: c30973cfbb659a5c7327e8c66ec7c2d662b84bb5
  • Loading branch information
mrtnzlml authored and adeira-github-bot committed Sep 21, 2021
1 parent 7884833 commit d81aa54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
# Unreleased

- Dependency `eslint-plugin-react` was pined to version 7.25.1 because of a new issue with FBT tags: https://github.com/yannickcr/eslint-plugin-react/issues/3080

# 6.5.0

- New rule [`fb-flow/use-flow-enums`](https://github.com/facebook/flow/blob/eb02b62805a196a05efff35ea6b73bd2f91f40fa/packages/eslint-plugin-fb-flow/README.md#use-flow-enums) enabled. Additionally, rules [`no-fallthrough`](https://eslint.org/docs/rules/no-fallthrough) and [`no-case-declarations`](https://eslint.org/docs/rules/no-case-declarations) were upgraded to errors in strict mode to improve Flow Enums support. For more information please visit: https://flow.org/en/docs/enums/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.25.3",
"eslint-plugin-react": "7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-native": "^3.11.0",
"eslint-plugin-relay": "^1.8.2",
Expand Down

0 comments on commit d81aa54

Please sign in to comment.