Skip to content

Commit

Permalink
docs: update list of supported tools
Browse files Browse the repository at this point in the history
  • Loading branch information
demiazz committed Oct 13, 2024
1 parent a03bf31 commit 203b0e1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ This package provides ESLint configurators as shared configs.
We use recommended rules from the following packages:

- [eslint](https://eslint.org/)
- [@typescript-eslint](https://typescript-eslint.io/)
- [import](https://github.com/import-js/eslint-plugin-import)
- [typescript-eslint](https://typescript-eslint.io/)
- [import-x](https://github.com/un-ts/eslint-plugin-import-x)
- [unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn)
- [prettier](https://github.com/prettier/eslint-config-prettier)

Expand All @@ -18,6 +18,11 @@ We add support of React for browser:
- [react-hook](https://github.com/facebook/react/tree/main/packages/eslint-plugin-react-hooks)
- [jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y)

We add support of testing tools:

- [vitest](https://github.com/vitest-dev/eslint-plugin-vitest#readme)
- [testing-library](https://github.com/testing-library/eslint-plugin-testing-library)

Also, we add our opinionated rules configuration on top of it.

## Installation
Expand Down

0 comments on commit 203b0e1

Please sign in to comment.