Skip to content

Commit

Permalink
Mark report-needless-disable as boolean (#3819)
Browse files Browse the repository at this point in the history
Fixes #3818
  • Loading branch information
remcohaszing authored and ntwb committed Nov 27, 2018
1 parent 8098e91 commit 450685c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/cli.js
Expand Up @@ -335,7 +335,8 @@ const meowOptions /*: meowOptionsType*/ = {
type: "boolean"
},
"report-needless-disables": {
alias: "rd"
alias: "rd",
type: "boolean"
},
"max-warnings": {
alias: "mw"
Expand Down

0 comments on commit 450685c

Please sign in to comment.