Skip to content

Activate flow lint for stricter type annotations#50

Merged
10xjs merged 1 commit intomasterfrom
flow-lint
Mar 15, 2018
Merged

Activate flow lint for stricter type annotations#50
10xjs merged 1 commit intomasterfrom
flow-lint

Conversation

@10xjs
Copy link
Copy Markdown
Contributor

@10xjs 10xjs commented Mar 15, 2018

Enabling flow lint enforces better and more accurate flow type annotations.

With all=error, any reference to any, Function, or Object is now a flow error (unless the rule is disabled inline). See https://flow.org/en/docs/linting/ for documentation.

Enabling flow lint enforces better and more accurate flow type annotations.

With `all=error`, any reference to `any`, `Function`, or `Object` is now a flow error (unless the rule is disabled inline). See https://flow.org/en/docs/linting/ for documentation.
Copy link
Copy Markdown
Contributor

@izaakschroeder izaakschroeder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me! 😄

@10xjs 10xjs merged commit f4df5cb into master Mar 15, 2018
@10xjs 10xjs deleted the flow-lint branch March 15, 2018 00:05
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

Successfully merging this pull request may close these issues.

2 participants