-
Notifications
You must be signed in to change notification settings - Fork 1
Contributing to scriptlint
tannerbaum edited this page Feb 26, 2020
·
4 revisions
We maintain an active list of issues and welcome discussion, contributions and PRs! If you have any questions, don't hesitate to write an issue!
scriptlint on npm is released automatically using semantic-release, so we are quick to release any improvements, patches etc.
yarn install
yarn build
yarn link
yarn dev
- in another project
yarn link "scriptlint"
- in that project's
package.json
:
"scripts": {
…
"test:lint:scripts": "scriptlint",
…
},
Then run with yarn test:lint:scripts
to see the problems in that project's package scripts.
- Motivation
- The scriptlint "standard" tl;dr
-
The scriptlint "standard"
- Rules enforceable via the scriptlint CLI
- Best practices
- The scriptlint CLI
- Contributing to scriptlint