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
With this being an open source initiative, I miss coding guidelines. These can be set with ESLint and Prettier (one or both), and can be enforced by GH Actions.
The text was updated successfully, but these errors were encountered:
My OCD approves! 😅 I suggest adding one coding_styleguide.md to each implementation, a simple list of bulletpoints with simple instructions, for instance;
Use Prettier to format code in your IDE. The .prettierrc configuration will help you.
Spaces, not tabs
4-space indents
Start and end curly braces on own lines, not indented
Use trailing commas
Do not use semicolons
Please feel free to add and adjust as per your own preferences, @boyum ! :)
With this being an open source initiative, I miss coding guidelines. These can be set with ESLint and Prettier (one or both), and can be enforced by GH Actions.
The text was updated successfully, but these errors were encountered: