You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A customer wrote in reporting they're encountering a large number of codeclimate errors indicating there's a discrepancy somewhere and it's not linting to the same set of rules.
I think the source might be the the prettier dependency version used by the plugin.
(I tried Contributing instructions, but ran into other dependencies that will need to be upgraded. I prefer a second set of eyes/hands to help with this.)
The text was updated successfully, but these errors were encountered:
Install an exact version of Prettier locally in your project. This makes sure that everyone in the project gets the exact same version of Prettier. Even a patch release of Prettier can result in slightly different formatting, so you wouldn’t want different team members using different versions and formatting each other’s changes back and forth.
And I suspect further complications related to eslint-plugin-prettier and/or eslint-config-prettier as well, but that's something I'm trying to verify.
A customer wrote in reporting they're encountering a large number of codeclimate errors indicating there's a discrepancy somewhere and it's not linting to the same set of rules.
I think the source might be the the prettier dependency version used by the plugin.
Customer's using eslint-5,
but I'd recommend updating both eslint-5 and eslint-6.
latest prettier version is v6.10.0
(I tried Contributing instructions, but ran into other dependencies that will need to be upgraded. I prefer a second set of eyes/hands to help with this.)
The text was updated successfully, but these errors were encountered: