Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Files without @flow comment are throwing errors #91

Closed
jasonify opened this issue Jun 19, 2017 · 1 comment
Closed

Files without @flow comment are throwing errors #91

jasonify opened this issue Jun 19, 2017 · 1 comment

Comments

@jasonify
Copy link

I am seeing eslint throw this error (a lot):

23:17 error Type annotations require valid Flow declaration flowtype/no-types-missing-file-annotation

For files that don't have /@flow/ anywhere in the file.

eslint:

In package.json:

"babel-eslint": "^7.1.1",
"eslint": "^3.16.1",

"eslint-plugin-flowtype": "^2.30.0",

Any ideas would be helpful.

.flowconfig:

[include]
src/client

So not sure if that's causing problems since I am effectively running:

eslint src/client

Thanks

@jasonify
Copy link
Author

Closing, wrong repo :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant