Remove obsolete max-len eslint rule and reformat some stuff to fit (#7602)
This commit is contained in:
committed by
Brian Ng
parent
6d6fe844fd
commit
f0d681a238
@@ -32,7 +32,6 @@ function collect(value, previousValue): Array<string> {
|
||||
return previousValue ? previousValue.concat(values) : values;
|
||||
}
|
||||
|
||||
/* eslint-disable max-len */
|
||||
// Standard Babel input configs.
|
||||
commander.option(
|
||||
"-f, --filename [filename]",
|
||||
@@ -168,7 +167,6 @@ commander.option(
|
||||
"--delete-dir-on-start",
|
||||
"Delete the out directory before compilation",
|
||||
);
|
||||
/* eslint-enable max-len */
|
||||
|
||||
commander.version(pkg.version + " (@babel/core " + version + ")");
|
||||
commander.usage("[options] <files ...>");
|
||||
|
||||
Reference in New Issue
Block a user