isaacscript 3.6.16 → 3.6.17
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.
|
@@ -33,7 +33,7 @@ fi
|
|
|
33
33
|
# "--no-progress" and "--no-summary" make it only output errors.
|
|
34
34
|
npx cspell --no-progress --no-summary .
|
|
35
35
|
|
|
36
|
-
# Check for
|
|
37
|
-
|
|
36
|
+
# Check for unused CSpell words.
|
|
37
|
+
npx cspell-check-unused-words
|
|
38
38
|
|
|
39
39
|
echo "Successfully linted in $SECONDS seconds."
|
|
@@ -26,7 +26,7 @@ npx ts-prune --error
|
|
|
26
26
|
# "--no-progress" and "--no-summary" make it only output errors.
|
|
27
27
|
npx cspell --no-progress --no-summary .
|
|
28
28
|
|
|
29
|
-
# Check for
|
|
30
|
-
|
|
29
|
+
# Check for unused CSpell words.
|
|
30
|
+
npx cspell-check-unused-words
|
|
31
31
|
|
|
32
32
|
echo "Successfully linted in $SECONDS seconds."
|