Skip to content

Commit

Permalink
fix(lint-package-json): fix cli
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed May 2, 2022
1 parent 8f1af0d commit 4a86b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lint-package-json/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import configs from './configs.cjs'

const {
monorepo,
ignore
ignore = []
} = readOptions(
option(alias('monorepo', 'm'), Boolean),
option(alias('ignore', 'i'), Array),
Expand Down

0 comments on commit 4a86b3e

Please sign in to comment.