refactor: use standard `// fall through`

master
ikatyang 2017-09-10 23:26:13 +08:00
parent 4c9763c530
commit 3fa11984e9
1 changed files with 1 additions and 1 deletions

View File

@ -463,7 +463,7 @@ function normalizeArgv(rawArgv, options) {
break;
case "choice":
validator.validateChoiceOption(value, option);
// eslint-disable-next-line no-fallthrough
// fall through
default:
normalized[key] = value;
break;