Skip to content

Commit

Permalink
DEV-17298 Upgrade 'eslint-plugin-react' for JSX runtime support.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeij committed Mar 29, 2023
1 parent 5be9f5e commit d73428c
Show file tree
Hide file tree
Showing 4 changed files with 304 additions and 191 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ This suffices for linting (most) JavaScript (`.js`).

If you like to use this configuration to lint React/JSX (`.jsx`), also install the following:

- [eslint-plugin-react](https://www.npmjs.com/package/eslint-plugin-react)@7.24.0
- [eslint-plugin-react-hooks](https://www.npmjs.com/package/eslint-plugin-react-hooks)@4.2.0
- [eslint-plugin-react](https://www.npmjs.com/package/eslint-plugin-react)@7.32.2
- [eslint-plugin-react-hooks](https://www.npmjs.com/package/eslint-plugin-react-hooks)@4.6.0

And for TypeScript (`.ts` and `.tsx`):

Expand Down
Loading

0 comments on commit d73428c

Please sign in to comment.