-
Notifications
You must be signed in to change notification settings - Fork 78
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
Flowtype has extensive linting support through ESLint eslint-plugin-flowtype #49
Comments
Why saying so? I use https://github.com/bradzacher/eslint-plugin-typescript at work and it works great |
@oriSomething The last I checked that project it didn't have many rules. Now the two projects seem comparable (26 vs 34 rules). |
@gajus More to this compare:
So, There is no real different here. It's just a personal preference |
I'm happy to add a PR with a comparison that takes into account all of the nuances that @oriSomething pointed out. On that note, keep in mind TypeScript also has tslint, so eslint isn't the only option, plus flow has some built-in lints. |
Btw. eslint now has type-based linting for TypeScript. It's still worth mentioning/comparing, but I think these are on par now. |
Might worth including in comparison that unlike TypeScript (?), FlowType has extensive linting support through ESLint https://github.com/gajus/eslint-plugin-flowtype plugin.
The text was updated successfully, but these errors were encountered: