AlkantarClanX12

Your IP : 3.144.40.239


Current Path : /home/thanudqk/thepball.com/wp-content/plugins/elementor/
Upload File :
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' ] ],
	},
};