Real-Dev-Squad / members-site

https://members-app-v2.vercel.app
MIT License
4 stars 23 forks source link

Integration of Prettier with Updated Configuration #128

Closed sahsisunny closed 8 months ago

sahsisunny commented 8 months ago

Description:

Integration of Prettier, a popular code formatting tool, into our project. Prettier helps maintain a consistent coding style and improves code readability by automatically formatting your code.

In this update, we have also fine-tuned the Prettier configuration to align with our coding standards. The updated configuration is as follows:

{
  "semi": true,
  "singleQuote": true,
  "tabWidth": 2,
  "useTabs": false,
  "printWidth": 80,
  "arrowParens": "always",
  "trailingComma": "all",
  "bracketSpacing": true,
  "endOfLine": "lf"
}

Key Configuration Changes:

These changes ensure a more consistent and visually appealing codebase.

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
members-app-v1 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 16, 2024 0:53am