We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 020f85f commit 8723f3fCopy full SHA for 8723f3f
1 file changed
cli/pbjs.js
@@ -27,6 +27,7 @@ exports.main = function main(args, callback) {
27
"no-shadow",
28
"no-var",
29
"sort-vars",
30
+ "default-case"
31
"jsdoc/require-param"
32
].join(", ");
33
var argv = minimist(args, {
0 commit comments