Skip to content

eslint #37

@absorpheus

Description

@absorpheus

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions