We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f1af0d commit 4a86b3eCopy full SHA for 4a86b3e
1 file changed
packages/lint-package-json/src/index.js
@@ -10,7 +10,7 @@ import configs from './configs.cjs'
10
11
const {
12
monorepo,
13
- ignore
+ ignore = []
14
} = readOptions(
15
option(alias('monorepo', 'm'), Boolean),
16
option(alias('ignore', 'i'), Array),
0 commit comments