feat(typescript): Rule "no-empty-interface"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
184879f361
commit
1b2f53b28a
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user