mirror of
				https://github.com/antd-tiny-vue/antd-tiny-vue.git
				synced 2025-10-31 00:31:44 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			306 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			306 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|   "extends": [
 | |
|     "@commitlint/config-conventional"
 | |
|   ],
 | |
|   "rules": {
 | |
|     "type-enum": [
 | |
|       2,
 | |
|       "always",
 | |
|       [
 | |
|         "feat",
 | |
|         "fix",
 | |
|         "refactor",
 | |
|         "test",
 | |
|         "build",
 | |
|         "docs",
 | |
|         "chore"
 | |
|       ]
 | |
|     ],
 | |
|     "subject-max-length": [1,"always", 150]
 | |
|   }
 | |
| }
 |