2.3.37 • Published 3 years ago

@eliasnorrby/commitlint-config v2.3.37

Weekly downloads
103
License
MIT
Repository
github
Last release
3 years ago

Commitlint Config

Travis npm

Dependabot Status semantic-release

My commitlint config. Right now it only extends @commitlint/config-conventional, but that could change.

:warning: Subject to change in the future.

Setup

Using npx

Run the following command to install and configure commitlint

npx @eliasnorrby/commitlint-config

This will run a setup script, adding this package to devDependencies, intalling husky, populating the husky.hooks.commit-msg field in package.json, setting the git commit template to .gitmessage and writing the config to commitlint.config.js.

--no-install

Run setup with the --no-install flag to avoid installing this package as a dependency. Your commitling.config.js will instead extend @commitlint/config-conventional.

Manually

Install the package

npm i -D @eliasnorrby/commitlint-config

and add the configuration to commitlint.config.js.

commitlint.config.js

module.exports = require('@eliasnorrby/commitlint-config')

Overriding settings

Just add your overrides to commitlint.config.js:

module.exports = {
  ...require('@eliasnorrby/commitlint-config'),
  rules: {
    'header-max-length': [0, 'always', 72],
  },
}
2.3.37

3 years ago

2.3.36

3 years ago

2.3.35

4 years ago

2.3.34

4 years ago

2.3.33

4 years ago

2.3.32

4 years ago

2.3.31

4 years ago

2.3.30

4 years ago

2.3.29

4 years ago

2.3.28

4 years ago

2.3.27

4 years ago

2.3.26

4 years ago

2.3.25

4 years ago

2.3.24

4 years ago

2.3.23

4 years ago

2.3.22

4 years ago

2.3.21

4 years ago

2.3.20

4 years ago

2.3.19

4 years ago

2.3.18

4 years ago

2.3.17

4 years ago

2.3.16

4 years ago

2.3.15

4 years ago

2.3.14

4 years ago

2.3.13

4 years ago

2.3.12

4 years ago

2.3.11

4 years ago

2.3.10

4 years ago

2.3.9

4 years ago

2.3.8

4 years ago

2.3.7

4 years ago

2.3.6

4 years ago

2.3.5

4 years ago

2.3.4

4 years ago

2.3.3

4 years ago

2.3.2

4 years ago

2.3.1

4 years ago

2.3.0

4 years ago

2.2.3

4 years ago

2.2.1

4 years ago

2.2.2

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago