ssitvit / UI-Components

Collection of UI components
16 stars 26 forks source link

Issue: Prettier config file missing #58

Closed FireeagSaini closed 1 year ago

FireeagSaini commented 2 years ago

What is the issue?

Nowadays everyone uses Prettier, An automated code formatting tool.

The issue is everyone have different global settings of prettier according to their style. BUT this can cause useless changes to opensource projects as many people works on same code.

So having a prettier config file inside project directory can resolve this issue.

How to solve this issue?

adding a file .prettierrc and .prettierignore will solve this issue

FireeagSaini commented 2 years ago

close this issue by merging #59