19.0.3 • Published 9 months ago

@repodog/commitlint-config v19.0.3

Weekly downloads
16
License
MIT
Repository
github
Last release
9 months ago

@repodog/commitlint-config

The Repodog Commitlint config.

npm version License: MIT

Install package and peer dependencies

# terminal
npm install @repodog/commitlint-config @commitlint/cli husky --save-dev

Initialize husky

# terminal
npx husky init
echo "npx --no -- commitlint --edit \$1" > .husky/commit-msg

Use package

// commitlint.config.cjs
module.exports = {
  extends: ['@repodog/commitlint-config'],
};

Make .husky/ executable

If you get the error The '.husky/commit-msg' hook was ignored because it's not set as executable. when trying to create a commit, please run the command chmod ug+x .husky/* from your project root and then create the commit again.

19.0.3

9 months ago

19.0.1

9 months ago

1.2.3-alpha-12345.0

10 months ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.9

1 year ago

1.1.7

1 year ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.1

2 years ago

1.0.0

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.0-alpha.0

2 years ago

1.0.1-alpha.0

2 years ago

1.0.0-alpha.0

2 years ago

0.3.25

5 years ago

0.3.24

5 years ago

0.3.23

6 years ago

0.3.22

6 years ago

0.3.21

6 years ago

0.3.20

6 years ago

0.3.18

6 years ago

0.3.17

6 years ago

0.3.16

6 years ago

0.3.15

6 years ago

0.3.12

6 years ago

0.3.10

6 years ago

0.2.26

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago