0.0.9 • Published 5 years ago

@notastudio/commitlint-config v0.0.9

Weekly downloads
10
License
MIT
Repository
-
Last release
5 years ago

commitlint-config

Not a Studio's Commitlint shared config.

Usage

Install the package by running:

yarn add -D @notastudio/commitlint-config

Then add the extends to your commitlint.config.js:

module.exports = {
  extends: ['@notastudio'],
  rules: {
    // your overrides
  }
};

Finally, add the following git hook at your package.json:

{
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  }
}

You can test the hook by simply committing.

License

MIT

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago