push-protocol / push-website

Frontend Website for PUSH
https://push-website.vercel.app
28 stars 43 forks source link

Formatting && Indentation #801

Closed corlard3y closed 5 months ago

vercel[bot] commented 6 months ago

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

Name Status Preview Comments Updated (UTC)
push-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 16, 2024 11:59am
rohitmalhotra1420 commented 6 months ago

@corlard3y could you please add more details in the ticket description.

corlard3y commented 6 months ago

Also, added other props within the eslint file to work consistently within the project scope, like env, parserOptions and rules. We can check through both the prettier and eslint files to see what can be adjusted or changes as this should be generally agreed by the dev team.

For lint-staged - on running commits(pre-commit). It runs 'prettier --write' and 'eslint' within staged {js,ts,jsx,tsx,json} files in src files, and provides a response based on errors and warnings(if any). Otherwise, it commits successfully and you can push changes to remote as well.

rohitmalhotra1420 commented 5 months ago

Let's merge this after resolving the merge conflicts.