Local and Repository Prettier/Format inconsistencies #1683
Replies: 2 comments 4 replies
-
We have prettier rules on this repo, which is defined by the prettier rules file in this repo. We have our own rule choices for styles and whatnot when it comes to formatting. |
Beta Was this translation helpful? Give feedback.
-
also, you don't have to format it yourself, you can just wait for someone to format it if the pr gets close to being merged. but if you do, i think the preferred way is to clone the repository and install node.js if you haven't already (if you use the development server that uses |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm encountering an issue. I've submitted a PR for a MIDI extension and I can't get format to fix. I've locally installed the same version of prettier that the repository has and copied the config file from Turbowarp. I've run prettier on my file and updated the PR, but it says format failed. What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions