complete-cli 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.
|
@@ -14,10 +14,10 @@ await lintCommands(import.meta.dirname, [
|
|
|
14
14
|
"prettier --log-level=warn --check .",
|
|
15
15
|
|
|
16
16
|
// Use Knip to check for unused files, exports, and dependencies.
|
|
17
|
-
// - "--no-progress" - Don
|
|
18
|
-
//
|
|
19
|
-
// - "--treat-config-hints-as-errors" - Exit with non-zero code (1) if there are any
|
|
20
|
-
//
|
|
17
|
+
// - "--no-progress" - Don't show dynamic progress updates. Progress is automatically disabled in
|
|
18
|
+
// CI environments.
|
|
19
|
+
// - "--treat-config-hints-as-errors" - Exit with non-zero code (1) if there are any configuration
|
|
20
|
+
// hints.
|
|
21
21
|
"knip --no-progress --treat-config-hints-as-errors",
|
|
22
22
|
|
|
23
23
|
// Use CSpell to spell check every file.
|