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

.prettierrc #36

Open
mariapaz opened this issue Jan 25, 2023 · 1 comment
Open

.prettierrc #36

mariapaz opened this issue Jan 25, 2023 · 1 comment
Assignees

Comments

@mariapaz
Copy link

Hi, when I opened your repository I get so many lint errors! I suggest adding a .prettierrc file so when you are saving the file it complies with your rules (I believe the airbnb-base ?, not sure).
Something like

{
    "trailingComma": "all",
    "tabWidth": 2,
    "semi": true,
    "singleQuote": true
  }
  

Screenshot 2023-01-25 at 17 11 39

@ko-karol
Copy link
Collaborator

Will fix these eslint errors by changing the style guide to eslint@recommended rather than airbnb.

@ko-karol ko-karol self-assigned this Jan 26, 2023
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

No branches or pull requests

2 participants