File tree 2 files changed +3
-3
lines changed
packages/eslint-plugin-svelte
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
"@types/eslint" : " ^9.6.1" ,
23
23
"@typescript-eslint/eslint-plugin" : " ^8.16.0" ,
24
24
"@typescript-eslint/parser" : " ^8.16.0" ,
25
+ "c8" : " ^10.1.2" ,
25
26
"env-cmd" : " ^10.1.0" ,
26
27
"eslint" : " ~9.16.0" ,
27
28
"eslint-config-prettier" : " ^9.1.0" ,
Original file line number Diff line number Diff line change 26
26
"build" : " pnpm run build:meta && pnpm run build:ts" ,
27
27
"build:meta" : " pnpm run ts ./tools/update-meta.ts" ,
28
28
"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" ,
31
31
"debug" : " pnpm run mocha \" tests/src/**/*.ts\" --reporter dot --timeout 60000" ,
32
32
"lint" : " run-p lint:*" ,
33
33
"lint-fix" : " pnpm run lint:es --fix && pnpm run lint:style --fix" ,
92
92
"espree" : " ^10.3.0" ,
93
93
"less" : " ^4.2.1" ,
94
94
"mocha" : " ^10.8.2" ,
95
- "nyc" : " ^17.1.0" ,
96
95
"postcss-nested" : " ^7.0.2" ,
97
96
"sass" : " ^1.81.0" ,
98
97
"source-map-js" : " ^1.2.1" ,
You can’t perform that action at this time.
0 commit comments