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 upHow to use it with flow type annotations #507
Comments
feross
added
the
question
label
May 2, 2016
This comment has been minimized.
This comment has been minimized.
|
Try using https://www.npmjs.com/package/eslint-plugin-flowtype
And add this to {
"standard": {
"plugins": [
"flowtype"
]
}
} |
feross
closed this
May 2, 2016
This comment has been minimized.
This comment has been minimized.
|
Did you mean .eslintrc right? Thanks. |
This comment has been minimized.
This comment has been minimized.
|
No. |
This comment has been minimized.
This comment has been minimized.
|
ok, thank you for pointing me in the right direction |
lock
bot
locked as resolved and limited conversation to collaborators
May 10, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
giacomorebonato commentedMay 2, 2016
Is there any recommended way to use standard linting together with Flow Type annotations?