-
Notifications
You must be signed in to change notification settings - Fork 3
linters
Robert Spier edited this page Jan 9, 2023
·
1 revision
Write about how you implemented linters and how you researched them.
- What linters did you research and why did you chose a specific linter to install into your project?
- What formatters did you research and why did you chose a specific linter to install into your project?
- How are your linters and formatters being used? Through NPM run script? With an extension in your code editor?
- How did you configure the linters and what rules are you using?