LarpixClient/node_modules/conventional-changelog-jshint/parser-opts.js
2026-05-03 17:09:55 +02:00

10 lines
166 B
JavaScript

'use strict'
module.exports = {
headerPattern: /^\[\[(.*)]] (.*)$/,
headerCorrespondence: [
'type',
'shortDesc'
],
noteKeywords: 'BREAKING CHANGE'
}