fix: don't fail lint on missing semicolon; prettier will fix it
This commit is contained in:
		
							parent
							
								
									259822d60a
								
							
						
					
					
						commit
						ebcf694d70
					
				@ -11,7 +11,7 @@
 | 
				
			|||||||
        "node": true
 | 
					        "node": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "rules": {
 | 
					    "rules": {
 | 
				
			||||||
        "@typescript-eslint/semi": ["error"],
 | 
					        "@typescript-eslint/semi": "warn",
 | 
				
			||||||
        "@typescript-eslint/explicit-function-return-type": "warn",
 | 
					        "@typescript-eslint/explicit-function-return-type": "warn",
 | 
				
			||||||
        "@typescript-eslint/explicit-module-boundary-types": "warn",
 | 
					        "@typescript-eslint/explicit-module-boundary-types": "warn",
 | 
				
			||||||
        "@typescript-eslint/restrict-template-expressions": "warn",
 | 
					        "@typescript-eslint/restrict-template-expressions": "warn",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user