File tree Expand file tree Collapse file tree 3 files changed +1
-28
lines changed
Expand file tree Collapse file tree 3 files changed +1
-28
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2323 - run : npx jest@${{ matrix.jest-version }} --coverage
2424 - uses : codecov/codecov-action@v2
2525
26- lint :
27- name : Lint
28- runs-on : ubuntu-latest
29- steps :
30- - uses : actions/checkout@v2
31- - uses : actions/setup-node@v2
32- with :
33- node-version : 14.x
34- - run : yarn install
35- - run : yarn lint
Original file line number Diff line number Diff line change 2020 " index.d.ts"
2121 ],
2222 "scripts" : {
23- "lint" : " eslint . && prettier --list-different ." ,
2423 "test" : " jest"
2524 },
2625 "peerDependencies" : {
2726 "jest" : " >=27.2.5"
2827 },
2928 "devDependencies" : {
30- "eslint" : " ^8.4.1" ,
31- "eslint-config-prettier" : " ^8.3.0" ,
32- "eslint-plugin-prettier" : " ^4.0.0" ,
3329 "jest" : " ^29.0.2" ,
3430 "jest-snapshot-serializer-ansi" : " ^1.0.0" ,
35- "jest-snapshot-serializer-raw" : " ^1.2.0" ,
36- "prettier" : " ^2.5.1"
31+ "jest-snapshot-serializer-raw" : " ^1.2.0"
3732 }
3833}
You can’t perform that action at this time.
0 commit comments