gurpreet-legend / Face-Recognition-Brainiac-Frontend

Face Detection Brainiac : A face detection app
https://face-detection-brainiac.herokuapp.com/
0 stars 6 forks source link

Issue: Prettier config file missing #8

Open FireeagSaini opened 1 year ago

FireeagSaini commented 1 year 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 1 year ago

close by merging #9 PR.