Lint:blank line and more array type fussiness

This commit is contained in:
Nathan Shively-Sanders
2017-11-12 09:17:51 -08:00
parent 508530a476
commit 0c926706cc

View File

@@ -368,8 +368,7 @@ export interface ShellReturnValue extends ExecOutputReturnValue {
export type ShellString = string & ShellReturnValue;
export type ShellArray = Array<string> & ShellReturnValue;
export type ShellArray = string[] & ShellReturnValue;
/**
* Alters the permissions of a file or directory by either specifying the absolute permissions in octal form or expressing the changes in symbols. This command tries to mimic the POSIX behavior as much as possible. Notable exceptions: