eslint-plugin-flowtype & upgrade to eslint@4 (#849)

* Add eslint-plugin-flowtype. Fix #844

Using the recommended settings for plugin.
This involved adding some spaces to some existing union types.

* Upgrade to eslint@4, fix spotted bugs

Switched to indent-legacy to allow e.g. comments to have extra indents.
This commit is contained in:
Erik Demaine
2017-09-07 11:06:26 +09:00
committed by Kevin Barabash
parent cb7f166a7e
commit 588f5a1ee6
8 changed files with 23 additions and 14 deletions

View File

@@ -847,7 +847,7 @@ class Parser {
}
return new ParseFuncOrArgument(
new ParseNode("ordgroup", expression, this.mode,
firstToken, lastToken),
firstToken, lastToken),
false);
} else {
// Otherwise, just return a nucleus, or nothing for an optional group