mirror of
				https://github.com/theoludwig/eslint-config-conventions.git
				synced 2025-10-21 07:35:11 +02:00 
			
		
		
		
	feat: add no-empty-static-block
				
					
				
			Ref: https://eslint.org/docs/latest/rules/no-empty-static-block BREAKING CHANGE: New rule introduced
This commit is contained in:
		| @@ -34,6 +34,7 @@ | ||||
|     "no-duplicate-imports": "error", | ||||
|     "no-empty-character-class": "error", | ||||
|     "no-empty-pattern": "error", | ||||
|     "no-empty-static-block": "error", | ||||
|     "no-ex-assign": "error", | ||||
|     "no-fallthrough": "error", | ||||
|     "no-func-assign": "error", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user