File: commitlint.config.js

package info (click to toggle)
node-grunt-replace 2.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 192 kB
  • sloc: javascript: 354; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 69 bytes parent folder | download | duplicates (4)
1
2
3
module.exports = {
  extends: ['@commitlint/config-conventional']
};