Kinfe123 / farm-ui

Treating UI Libraries as first class citizen and making sure they are headless :)
https://farmui.com
155 stars 13 forks source link

Feat: Add Global Prettier Configuration to Prevent Formatting Conflicts #74

Open Akash1000x opened 2 weeks ago

Akash1000x commented 2 weeks ago

Inconsistent formatting occurs due to conflicting settings between contributors. Adding a global Prettier configuration file will ensure uniform code formatting across the project.

@Kinfe123