mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	chore: update commitlint config
This commit is contained in:
		| @@ -1,3 +1,25 @@ | ||||
| 'use strict'; | ||||
|  | ||||
| module.exports = { extends: ['@commitlint/config-angular'] }; | ||||
| module.exports = { | ||||
| 	extends: ['@commitlint/config-angular'], | ||||
| 	rules: { | ||||
| 		'type-enum': [ | ||||
| 			2, | ||||
| 			'always', | ||||
| 			[ | ||||
| 				'breaking', | ||||
| 				'build', | ||||
| 				'chore', | ||||
| 				'ci', | ||||
| 				'docs', | ||||
| 				'feat', | ||||
| 				'fix', | ||||
| 				'perf', | ||||
| 				'refactor', | ||||
| 				'revert', | ||||
| 				'style', | ||||
| 				'test', | ||||
| 			], | ||||
| 		], | ||||
| 	}, | ||||
| }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user