CorinaMurg / html-tag-quiz

A quiz to help you learn and test your knowledge of HTML tags. Open source.
https://html-tag-quiz.netlify.app/
MIT License
8 stars 10 forks source link

[FEATURE] Add linting to project #51

Open YuriDevAT opened 1 year ago

YuriDevAT commented 1 year ago

Description

To keep the code style consistent, linting or certain rules should be added to force users to keep the style guide.

(Possible) Rules

Screenshots

No response

Additional information

No response

CorinaMurg commented 1 year ago

Great idea! I have to read about this a bit. If I have certain settings in VSCode and open someone else's files, which settings would prevail, theirs or mine?

YuriDevAT commented 1 year ago

Good questions. I think when a linter is installed on the project, you have to run it to make the files look as expected.