@7n/rules 1.4.0 → 1.4.1
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/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/rules/js/check/main.mjs
CHANGED
|
@@ -285,7 +285,7 @@ async function checkKnipConfig(passFn, failFn, cwd) {
|
|
|
285
285
|
return
|
|
286
286
|
}
|
|
287
287
|
await copyFile(KNIP_CANONICAL_JSON_PATH, knipPath)
|
|
288
|
-
passFn('knip.json створено з канонічного npm/rules/js/
|
|
288
|
+
passFn('knip.json створено з канонічного npm/rules/js/tooling/data/tooling/knip-canonical.json (js.mdc)')
|
|
289
289
|
}
|
|
290
290
|
|
|
291
291
|
/**
|
|
@@ -140,7 +140,7 @@ export function verifyOxlintRcAgainstCanonical(cfg, canonical) {
|
|
|
140
140
|
|
|
141
141
|
if (!deepEqualOxlintCanonical(actual, expected)) {
|
|
142
142
|
failures.push(
|
|
143
|
-
`.oxlintrc.json: поле "${key}" має збігатися з каноном пакета @7n/rules (npm/rules/js/
|
|
143
|
+
`.oxlintrc.json: поле "${key}" має збігатися з каноном пакета @7n/rules (npm/rules/js/tooling/data/tooling/oxlint-canonical.json)`
|
|
144
144
|
)
|
|
145
145
|
}
|
|
146
146
|
}
|