gurpreet-legend / Alan-Feed

A user-friendly AI-assisted news application
https://alan-feed.netlify.app/
MIT License
4 stars 10 forks source link

Issue: Prettier config file missing #17

Closed FireeagSaini closed 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 #18 PR.

gurpreet-legend commented 1 year ago

@FireeagSaini , this issue has already been assigned to someone else, it's open at issue #5

gurpreet-legend commented 1 year ago

You can try solving some other open issues

FireeagSaini commented 1 year ago

did he/she resolved it?