Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upValid Flow fails #1106
Comments
This comment has been minimized.
This comment has been minimized.
|
After having a closer look. What about making standard to do an Would such a change be accepted. |
This comment has been minimized.
This comment has been minimized.
|
@vmx It's intentionally not easy to enable additional rules in In the meantime, I recommend using Eventually, I'd like to solve this problem more elegantly in a future version of |
feross
closed this
May 15, 2018
feross
added
the
question
label
May 15, 2018
lock
bot
locked as resolved and limited conversation to collaborators
Aug 13, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
vmx commentedApr 4, 2018
According to the website Flow is supported. But this example:
fails with:
The rule
flowtype/define-flow-typewould solve the problem. But if you would add this rule toeslint-config-standard'aeslintrc.jsonit would error if you runstandardwithoutt the--plugin flowtype.Is there a way to resolve this problem that would be accepted? I'd be happy to work on a PR.