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("--no-dev Won't tell you about devDependencies that are missing or unused")
39
39
console.log("--no-peer Won't tell you about peerDependencies that are missing or unused")
40
40
console.log("--ignore-module, -i Won't tell you about these module names when missing or unused. Supports globbing")
41
-
console.log('--entry If a package.json or module folder was set, then by default the main and bin entries in the package.json will be parsed, but you can add more the list of entries by passing them in as --entry. Supports globbing')
42
41
console.log("--no-default-entries Won't parse your main and bin entries from package.json even when a package.json or module folder has been defined")
43
42
console.log('--detective Requireable path containing an alternative implementation of the detective module that supports alternate syntaxes')
44
43
console.log("--extensions, -e List of file extensions with detective to use when resolving require paths. Eg. 'js,jsx:detective-es6'")
0 commit comments