File: .commitlintrc.js

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