-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Prettier and ESLint to Github Action and re-executed lint #70
Added Prettier and ESLint to Github Action and re-executed lint #70
Conversation
Run & review this pull request in StackBlitz Codeflow. |
Someone is attempting to deploy a commit to a Personal Account owned by @ferminrp on Vercel. @ferminrp first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Creo que dado que ya estamos haciendo varios arreglos de formato, podría ser el momento para que unifiquemos todas las reglas de prettier y biome, y de paso veamos si podemos hacer cambios en algunas.
En mi opinión pondría estas de Biome (y si equivalente de Prettier):
"enabled": true,
"quoteStyle": "double",
"jsxQuoteStyle": "double",
"quoteProperties": "asNeeded",
"trailingComma": "all",
"semicolons": "always",
"arrowParentheses": "always",
"indentStyle": "space",
"indentWidth": 2,
"lineEnding": "lf",
"lineWidth": 80,
"bracketSameLine": false,
"bracketSpacing": true
(obviamente no pondría todas, solo las que difieren de su valor por default)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
No description provided.