-
Notifications
You must be signed in to change notification settings - Fork 0
eslint #37
Copy link
Copy link
Open
Description
Not an issue, but consider setting up a linter for your project such as eslint.
This is a very helpful tool that will help you when writing your code (will help keep a consistent code formatting, help catch syntax errors etc) read more about it here
https://www.npmjs.com/package/eslint
https://medium.com/dailyjs/why-you-should-always-use-a-linter-and-or-pretty-formatter-bb5471115a76
npm install --save-dev eslint
You can then set up by doing eslint --init
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels