You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2024. It is now read-only.
console.log('--missing (default) Check to make sure that all modules in your code are listed in your package.json')
30
30
console.log('--unused, --extra The inverse of the --missing check and will tell you which modules in your package.json *were not* used in your code')
31
31
console.log("--no-dev Won't tell you about devDependencies that are missing or unused")
32
+
console.log("--no-peer Won't tell you about peerDependencies that are missing or unused")
32
33
console.log("--ignore-module, -i Won't tell you about these module names when missing or unused")
33
34
console.log('--entry By default your main and bin entries from package.json will be parsed, but you can add more the list of entries by passing them in as --entry')
34
35
console.log("--no-default-entries Won't parse your main and bin entries from package.json will be parsed")
0 commit comments