Skip to content

Commit 4a86b3e

Browse files
committed
fix(lint-package-json): fix cli
1 parent 8f1af0d commit 4a86b3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/lint-package-json/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import configs from './configs.cjs'
1010

1111
const {
1212
monorepo,
13-
ignore
13+
ignore = []
1414
} = readOptions(
1515
option(alias('monorepo', 'm'), Boolean),
1616
option(alias('ignore', 'i'), Array),

0 commit comments

Comments
 (0)