File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 "lint:js-docs" : " eslint --no-inline-config \" **/*.md\" " ,
2020 "lint:package-json" : " npmPkgJsonLint ." ,
2121 "release" : " release-it" ,
22- "test" : " c8 -- check-coverage --all --include lib mocha tests --recursive" ,
22+ "test" : " nyc -all -- check-coverage --include lib mocha tests --recursive" ,
2323 "test:remote" : " eslint-remote-tester -c ./eslint-remote-tester.config.mjs" ,
2424 "update:eslint-docs" : " eslint-doc-generator"
2525 },
4444 "@eslint-community/eslint-utils" : " ^4.4.0" ,
4545 "estraverse" : " ^5.3.0"
4646 },
47- "c8 " : {
47+ "nyc " : {
4848 "branches" : 95 ,
4949 "functions" : 99 ,
5050 "lines" : 99 ,
6161 "@types/estree" : " ^1.0.8" ,
6262 "@typescript-eslint/parser" : " ^8.34.1" ,
6363 "@typescript-eslint/utils" : " ^8.34.1" ,
64- "c8" : " ^10.1.3" ,
6564 "chai" : " ^4.5.0" ,
6665 "eslint" : " ^9.16.0" ,
6766 "eslint-config-not-an-aardvark" : " ^2.1.0" ,
8281 "mocha" : " ^11.0.0" ,
8382 "npm-package-json-lint" : " ^8.0.0" ,
8483 "npm-run-all2" : " ^7.0.1" ,
84+ "nyc" : " ^17.1.0" ,
8585 "prettier" : " ^3.4.1" ,
8686 "release-it" : " ^17.2.0" ,
8787 "typescript" : " ^5.8.3"
You can’t perform that action at this time.
0 commit comments