Require semi eslint option to error if ; is not at the end
				
					
				
			Change-Id: I56bbad5f715ee93204d2214f8bdd2c2ce034a276
This commit is contained in:
		@@ -109,7 +109,7 @@ module.exports = {
 | 
			
		||||
    "prefer-promise-reject-errors": "error",
 | 
			
		||||
    "prefer-spread": "error",
 | 
			
		||||
    "quote-props": ["error", "consistent-as-needed"],
 | 
			
		||||
    "semi": [2, "always"],
 | 
			
		||||
    "semi": ["error", "always"],
 | 
			
		||||
    "template-curly-spacing": "error",
 | 
			
		||||
 | 
			
		||||
    "require-jsdoc": 0,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user