Skip to content

Commit 41da35a

Browse files
committed
use c8
1 parent 73917c4 commit 41da35a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"@types/eslint": "^9.6.1",
2323
"@typescript-eslint/eslint-plugin": "^8.16.0",
2424
"@typescript-eslint/parser": "^8.16.0",
25+
"c8": "^10.1.2",
2526
"env-cmd": "^10.1.0",
2627
"eslint": "~9.16.0",
2728
"eslint-config-prettier": "^9.1.0",

packages/eslint-plugin-svelte/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
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",
@@ -92,7 +92,6 @@
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",

0 commit comments

Comments
 (0)