@staff0rd/assist 0.18.1 → 0.18.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -720,7 +720,7 @@ function findPackageJsonWithVerifyScripts(startDir) {
|
|
|
720
720
|
|
|
721
721
|
// src/commands/verify/setup/expectedScripts.ts
|
|
722
722
|
var expectedScripts = {
|
|
723
|
-
"verify:knip": "knip --no-progress",
|
|
723
|
+
"verify:knip": "knip --no-progress --treat-config-hints-as-errors",
|
|
724
724
|
"verify:lint": "biome check --write .",
|
|
725
725
|
"verify:duplicate-code": "jscpd --format 'typescript,tsx' --exitCode 1 --ignore '**/*.test.*' -r consoleFull src",
|
|
726
726
|
"verify:test": "vitest run --reporter=dot --silent",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@staff0rd/assist",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"verify:lint": "biome check --write .",
|
|
19
19
|
"verify:build": "tsup",
|
|
20
20
|
"verify:types": "tsc --noEmit",
|
|
21
|
-
"verify:knip": "knip --no-progress",
|
|
21
|
+
"verify:knip": "knip --no-progress --treat-config-hints-as-errors",
|
|
22
22
|
"verify:duplicate-code": "jscpd --format 'typescript,tsx' --exitCode 1 --ignore '**/*.test.*' -r consoleFull src"
|
|
23
23
|
},
|
|
24
24
|
"keywords": [],
|