mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Enable two vue eslint rules (#24780)
These two rules are no longer violated, so we can enable them again.
This commit is contained in:
		@@ -10,7 +10,5 @@ env:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
rules:
 | 
					rules:
 | 
				
			||||||
  vue/attributes-order: [0]
 | 
					  vue/attributes-order: [0]
 | 
				
			||||||
  vue/component-definition-name-casing: [0]
 | 
					 | 
				
			||||||
  vue/html-closing-bracket-spacing: [0]
 | 
					  vue/html-closing-bracket-spacing: [0]
 | 
				
			||||||
  vue/max-attributes-per-line: [0]
 | 
					  vue/max-attributes-per-line: [0]
 | 
				
			||||||
  vue/one-component-per-file: [0]
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user