Skip to content

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.

local dev

  • 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.


scriptlint status
npm version badge
dependency badge
Issue badge
CI badge

Clone this wiki locally