-
Notifications
You must be signed in to change notification settings - Fork 106
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
deprecate rule prettier
since eslint-plugin-prettier
itself supports virtual filenames correctly now
#395
Comments
prettier
since it support virtual filenames correctly nowprettier
since eslint-plugin-prettier
itself supports virtual filenames correctly now
@JounQin that's awesome, thank you for pointing that out! Would you be willing to send a PR for that? |
I'll raise a PR for it. But I just found the And it seems |
I have an idea to support the both two ESLint grahql plugins for |
@JounQin yes I agree they should remove |
reference for why we chose not to go with |
I've raised prettier/eslint-plugin-prettier#413 to make sure I'll raise another PR to remove the |
Available in |
See
https://github.com/prettier/eslint-plugin-prettier/pull/401/files#diff-e9a90fe7b2d3420b8e5f64e24d5f56ffe6383e47b07461172cc29ed21b768905R197-R199
and
https://github.com/prettier/eslint-plugin-prettier/blob/master/eslint-plugin-prettier.js#L192-L209
Besides, actually it is supported previously too. All the user need to do is like the following:
After `[email protected]`, the above configuration is not needed any more too!Maybe in
[email protected]
after prettier/eslint-plugin-prettier#413 and prettier/eslint-plugin-prettier#415 been merged and released.The text was updated successfully, but these errors were encountered: