fac26 / week2-database-nkndi

0 stars 0 forks source link

.prettierrc #36

Open mariapaz opened 1 year ago

mariapaz commented 1 year ago

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 commented 1 year ago

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