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
Move to an automatic code formatter, like prettier.
Motivation
Currently contributors and maintainers have to manually format their code according to eslint's rules, prettier's spirit is to format the code for you automatically.
Prettier supports almost all of the code editors out there.
When?
Since changing the linter will cause re-linting of all source files, it will create conflicts for all pending prs, I will finish up with old ones like #139 and #144, I don't currently see a way for #228 and #230 to make it in.
But we should probably make sure #220 and #241 make it in soon.
The text was updated successfully, but these errors were encountered:
🚀 Feature Proposal
Move to an automatic code formatter, like prettier.
Motivation
Currently contributors and maintainers have to manually format their code according to eslint's rules, prettier's spirit is to format the code for you automatically.
Prettier supports almost all of the code editors out there.
When?
Since changing the linter will cause re-linting of all source files, it will create conflicts for all pending prs, I will finish up with old ones like #139 and #144, I don't currently see a way for #228 and #230 to make it in.
But we should probably make sure #220 and #241 make it in soon.
The text was updated successfully, but these errors were encountered: