allow PascalCase for vue
This commit is contained in:
		
							
								
								
									
										2
									
								
								index.js
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								index.js
									
									
									
									
									
								
							| @@ -144,7 +144,7 @@ module.exports = { | ||||
|     'block-spacing': ['error', 'always'], | ||||
|     'brace-style': ['error', 'stroustrup', { allowSingleLine: true }], | ||||
|     camelcase: 'off', | ||||
|     'id-match': ['error', '^[a-z][a-z0-9_]*$', { onlyDeclarations: true }], | ||||
|     'id-match': ['error', '^([a-z][a-z0-9_]*|[A-Z][a-zA-Z]*)$', { onlyDeclarations: true }], | ||||
|     'comma-dangle': ['error', 'never'], | ||||
|     'comma-spacing': 'error', | ||||
|     'comma-style': 'error', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user