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
Prettier is a client side code formatter that has no effect on the end product except for how it looks visually. I haven't had any issues with the formatting as I have been using a decent IDE. Notepad++ also works to help keep your lines organized.
If you want to fix it up for newer versions you are free to do so. It is not in the package.json for node to grab so it is entirely up to the end user if they want it or not.
* Prettier issue #203 solved
* Keep semi colons
Currently we've been keeping semi colons in this code base, so making the prettier config reflect that.
---------
Co-authored-by: Johnny Dickinson <[email protected]>
Prettier has deprecated babylon and renamed to babel (see here).
Either version <1.16.0 can be specified in the package.json or .prettierrc can be updated to latest values
Also it looks like tabWidth 2 should be the default considering current code
The text was updated successfully, but these errors were encountered: