Skip to content
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

Merged
merged 18 commits into from
Feb 27, 2024
Merged

Added Prettier and ESLint to Github Action and re-executed lint #70

merged 18 commits into from
Feb 27, 2024

Conversation

santigandolfo
Copy link
Contributor

No description provided.

Copy link

stackblitz bot commented Feb 26, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

vercel bot commented Feb 26, 2024

Someone is attempting to deploy a commit to a Personal Account owned by @ferminrp on Vercel.

@ferminrp first needs to authorize it.

Copy link

vercel bot commented Feb 26, 2024

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

Name Status Preview Comments Updated (UTC)
compara-tasas ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 27, 2024 10:43am

package.json Show resolved Hide resolved
Copy link
Contributor Author

@santigandolfo santigandolfo left a 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)

@ferminrp
Copy link
Owner

CleanShot 2024-02-26 at 17 38 44@2x

@santigandolfo santigandolfo changed the base branch from main to develop February 26, 2024 23:53
Copy link
Owner

@ferminrp ferminrp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@ferminrp ferminrp merged commit 3b072e3 into ferminrp:develop Feb 27, 2024
3 checks passed
@santigandolfo santigandolfo deleted the gh-action-prettier-eslint branch March 14, 2024 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants