File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/eslint-plugin-svelte Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 "@types/eslint" : " ^9.6.1" ,
2424 "@typescript-eslint/eslint-plugin" : " ^8.16.0" ,
2525 "@typescript-eslint/parser" : " ^8.16.0" ,
26+ "c8" : " ^10.1.2" ,
2627 "env-cmd" : " ^10.1.0" ,
2728 "eslint" : " ~9.15.0" ,
2829 "eslint-config-prettier" : " ^9.1.0" ,
Original file line number Diff line number Diff line change 2626 "build" : " pnpm run build:meta && pnpm run build:ts" ,
2727 "build:meta" : " pnpm run ts ./tools/update-meta.ts" ,
2828 "build:ts" : " tsc --project ./tsconfig.build.json" ,
29- "clean" : " rimraf .nyc_output lib coverage build .svelte-kit svelte.config-dist.js" ,
30- "cover" : " nyc --reporter=lcov pnpm run test" ,
29+ "clean" : " rimraf lib coverage build .svelte-kit svelte.config-dist.js" ,
30+ "cover" : " c8 --reporter=lcov pnpm run test" ,
3131 "debug" : " pnpm run mocha \" tests/src/**/*.ts\" --reporter dot --timeout 60000" ,
3232 "lint" : " run-p lint:*" ,
3333 "lint-fix" : " pnpm run lint:es --fix && pnpm run lint:style --fix" ,
9292 "espree" : " ^10.3.0" ,
9393 "less" : " ^4.2.1" ,
9494 "mocha" : " ^10.8.2" ,
95- "nyc" : " ^17.1.0" ,
9695 "postcss-nested" : " ^7.0.2" ,
9796 "sass" : " ^1.81.0" ,
9897 "source-map-js" : " ^1.2.1" ,
You can’t perform that action at this time.
0 commit comments