We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We're hitting this error. There's a clash between types in flow-typed. The errors are like:
flow-typed
[No file]:0 inconsistent use of library definitions
I manually patched the checker.js file to test for [No file] and ignroe those lines as well as those starting node_modules.
checker.js
[No file]
node_modules
Any interest in adding an option to specify additional patterns to ignore?
The text was updated successfully, but these errors were encountered:
I do not have much time at the moment to update this tool.
But please feel free to open a pull request to add such an option!
Sorry, something went wrong.
No branches or pull requests
We're hitting this error. There's a clash between types in
flow-typed
. The errors are like:I manually patched the
checker.js
file to test for[No file]
and ignroe those lines as well as those startingnode_modules
.Any interest in adding an option to specify additional patterns to ignore?
The text was updated successfully, but these errors were encountered: