File: commitlint.config.js

package info (click to toggle)
node-style-loader 3.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 2,296 kB
  • sloc: javascript: 3,553; makefile: 4
file content (3 lines) | stat: -rw-r--r-- 70 bytes parent folder | download | duplicates (10)
1
2
3
module.exports = {
  extends: ["@commitlint/config-conventional"],
};