Skip to content
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

Use prettier-linter-helpers #264

Open
BPScott opened this issue Oct 1, 2018 · 1 comment · Fixed by #372
Open

Use prettier-linter-helpers #264

BPScott opened this issue Oct 1, 2018 · 1 comment · Fixed by #372

Comments

@BPScott
Copy link
Member

BPScott commented Oct 1, 2018

eslint-plugin-prettier v3 removed the generateDifferences and showInvisibles functions as they are now provided by the prettier-linter-helpers package. Depend upon that package instead of eslint-plugin-prettier.

Here's the PR in stylelint-prettier that changed from depending on eslint-plugin-prettier to prettier-linter-helpers to demonstrate the changes required.

@ikatyang
Copy link
Member

ikatyang commented Oct 2, 2018

Thanks for the notice. This will be a breaking change (require node 6) but it's actually just an internal change so I'll wait for other breaking changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants