Feature: Linting
To start using linting in Noderize, you can configure it using:
yarn lint --init
# or
npm run lint --init
Then use it with:
yarn lint
# or
npm run lint
If running a version lower than v0.5.0, please upgrade, and add the
lint
script in yourpackage.json
:
"lint": "noderize-scripts lint"
Code linting is done using ESlint.