File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 pull_request :
55
66jobs :
7- Lint-Prettier-Spellcheck :
7+ Lint-Prettier :
88 runs-on : ubuntu-latest
99
1010 steps :
2222 - run : npm install
2323 - run : npm run prettier -- --check
2424 - run : npm run lint
25- - run : npm run spellcheck
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2828 "lint" : " eslint src test" ,
2929 "prepack" : " npm run build" ,
3030 "prettier" : " prettier src test example/App.tsx" ,
31- "spellcheck" : " cspell $(git ls-files)" ,
3231 "test" : " vitest run --coverage" ,
3332 "test:watch" : " vitest"
3433 },
5857 "@typescript-eslint/eslint-plugin" : " ^5.11.0" ,
5958 "@typescript-eslint/parser" : " ^5.11.0" ,
6059 "@vitest/coverage-v8" : " ^4.0.15" ,
61- "cspell" : " ^6.1.1" ,
6260 "eslint" : " ^8.19.0" ,
6361 "eslint-plugin-react-hooks" : " ^4.3.0" ,
6462 "msw" : " ^2.12.4" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments