File tree Expand file tree Collapse file tree 5 files changed +29
-1450
lines changed
Expand file tree Collapse file tree 5 files changed +29
-1450
lines changed Original file line number Diff line number Diff line change 77eslint.config.json
88README.md
99tsconfig.eslint.json
10- vitest.config.ts
1110
1211docker-compose.yml
1312Dockerfile
Original file line number Diff line number Diff line change 2323
2424 - name : Run ESLint
2525 run : yarn run lint
26-
27- - name : Run Jest Tests
28- run : yarn run test
Original file line number Diff line number Diff line change 1818 "homepage" : " https://github.com/chatsift/mc-sync" ,
1919 "scripts" : {
2020 "lint" : " eslint src && prettier --check ." ,
21- "test" : " vitest run" ,
2221 "build" : " tsc" ,
2322 "format" : " prettier --write ." ,
2423 "update" : " yarn upgrade-interactive"
2524 },
2625 "devDependencies" : {
2726 "@types/express" : " ^4" ,
28- "@vitest/coverage-v8" : " ^2.1.5" ,
2927 "eslint" : " ^8.57.1" ,
3028 "eslint-config-neon" : " ^0.1.62" ,
3129 "prettier" : " ^3.3.3" ,
3230 "prettier-eslint" : " ^16.3.0" ,
3331 "turbo" : " ^2.3.1" ,
34- "typescript" : " ^5.6.3" ,
35- "vitest" : " ^2.1.5"
32+ "typescript" : " ^5.6.3"
3633 },
3734 "dependencies" : {
3835 "@discordjs/builders" : " ^1.10.0" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments