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
Running this plugin on project with flow types causes an error as follow:
The reason is explicit indication to prettier to use babel-ts parser in utils/are-nodes-same-in-text.js
babel-ts
utils/are-nodes-same-in-text.js
The text was updated successfully, but these errors were encountered:
Thanks 🙏
It looks like a bug for any non-standard JS-like languages.
Sorry, something went wrong.
So, I'd tried to set up Flow with ESlint in test env, but I failed. Could you make a PR with test for your use-case?
I'm not a big specialist in Flow, and I cannot set up it properly.
Ok, I'll try to do it as soon as possible
No branches or pull requests
Running this plugin on project with flow types causes an error as follow:
The reason is explicit indication to prettier to use
babel-ts
parser inutils/are-nodes-same-in-text.js
The text was updated successfully, but these errors were encountered: