feat(typescript): Rule "no-empty-interface"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -354,7 +354,7 @@
 | 
			
		||||
- [ ] "no-dupe-class-members"
 | 
			
		||||
- [ ] "no-dynamic-delete"
 | 
			
		||||
- [ ] "no-empty-function"
 | 
			
		||||
- [ ] "no-empty-interface"
 | 
			
		||||
- [X] "no-empty-interface"
 | 
			
		||||
- [ ] "no-explicit-any"
 | 
			
		||||
- [ ] "no-extra-non-null-assertion"
 | 
			
		||||
- [ ] "no-extra-parens"
 | 
			
		||||
 
 | 
			
		||||
@@ -33,6 +33,12 @@
 | 
			
		||||
      "prefixWithI": "always"
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
  "@typescript-eslint/no-empty-interface": [
 | 
			
		||||
    "warn",
 | 
			
		||||
    {
 | 
			
		||||
      "allowSingleExtends": false
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
  "@typescript-eslint/quotes": [
 | 
			
		||||
    "error",
 | 
			
		||||
    "double",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user