File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,8 @@ The purpose of this repository is to leave it with the bare minimum dependencies
9
9
- [ TypeScript] ( https://www.typescriptlang.org/ ) (v4)
10
10
- [ Prettier] ( https://prettier.io/ )
11
11
- [ 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 )
15
14
- [ Jest] ( https://jestjs.io ) with [ DOM Testing Library] ( https://testing-library.com/docs/dom-testing-library/intro )
16
15
- [ GitHub Action workflows] ( https://github.com/features/actions ) set up to run tests and linting on push
17
16
- [ SWC] ( https://swc.rs/ ) : Execute your tests in less than 200ms
You can’t perform that action at this time.
0 commit comments