ParthJadhav / Verve

Verve is a lightweight and blazingly fast launcher for accessing and opening applications, files and documents. ⚡
GNU Affero General Public License v3.0
658 stars 25 forks source link

style: add prettier #34

Closed benediktms closed 1 year ago

benediktms commented 1 year ago

style: add prettier ignore file style: apply formatting style: install and apply svelte prettier

Adding as part of conversation from: https://github.com/ParthJadhav/Verve/issues/3#issuecomment-1379994571

Note: Probably it is also a good idea to add CI workflows to ensure linting is in the correct format

ParthJadhav commented 1 year ago

Oh btw we can add lint command in package.json right? @benediktms

benediktms commented 1 year ago

@ParthJadhav Yes, my bad forgot to add that. I'll add one for lint and one for format 👍 speaking of which, at some point it probably also makes sesne sot use eslint for UI linting and clippt lint for rust linting

ParthJadhav commented 1 year ago

Awesome !! We'll merge that. Thanks for the Contribution @benediktms