AlkantarClanX12
Current Path : /home/thanudqk/thepball.com/wp-content/plugins/elementor/ |
Current File : /home/thanudqk/thepball.com/wp-content/plugins/elementor/commitlint.config.js |
module.exports = { extends: [ '@commitlint/config-conventional' ], rules: { 'subject-case': [ 2, 'always', 'sentence-case' ], 'type-case': [ 2, 'always', 'sentence-case' ], 'type-enum': [ 2, 'always', [ 'New', 'Tweak', 'Fix', 'Experiment', 'Deprecate', 'Deprecated', 'Revert' ] ], }, };