File: husky.config.js

package info (click to toggle)
node-raw-loader 4.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 788 kB
  • sloc: javascript: 317; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
module.exports = {
  hooks: {
    'pre-commit': 'lint-staged',
    'commit-msg': 'commitlint -E HUSKY_GIT_PARAMS',
  },
};