Skip to content

Commit 14b40a6

Browse files
committed
docs: add eslint-config-codely to readme
1 parent 64a59d5 commit 14b40a6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ The purpose of this repository is to leave it with the bare minimum dependencies
99
- [TypeScript](https://www.typescriptlang.org/) (v4)
1010
- [Prettier](https://prettier.io/)
1111
- [ESLint](https://eslint.org/) with:
12-
- [Simple Import Sort](https://github.com/lydell/eslint-plugin-simple-import-sort/)
13-
- [Import plugin](https://github.com/benmosher/eslint-plugin-import/)
14-
- And a few other ES2015+ related rules
12+
- [Codely's config](https://github.com/lydell/eslint-plugin-simple-import-sort/) (includes ESLint's recommended rules, Prettier, Import plugin and more)
13+
- [Jest plugin](https://www.npmjs.com/package/eslint-plugin-jest)
1514
- [Jest](https://jestjs.io) with [DOM Testing Library](https://testing-library.com/docs/dom-testing-library/intro)
1615
- [GitHub Action workflows](https://github.com/features/actions) set up to run tests and linting on push
1716
- [SWC](https://swc.rs/): Execute your tests in less than 200ms

0 commit comments

Comments
 (0)