File: commitlint.config.js

package info (click to toggle)
node-applause 2.0.4%2B~cs2.1.13-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 700 kB
  • sloc: javascript: 1,345; 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']
};