Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Detail lint scripts #5

@tvharris

Description

@tvharris

This may be beyond the scope of this repo, but the readme could instruct the user how to set up a lint script. For example, Rooster has these lines in package.json:

"precommit": [
    "lint"
  ],
  "scripts": {
    "lint": "eslint .",

It also may be worth autofixing whatever can be autofixed:
"lint:fix": "npm run lint -- --fix"

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