Disable empty interface errors
This commit is contained in:
parent
2df0d44de5
commit
fefdb53fd6
@ -17,7 +17,8 @@
|
||||
"suspicious": {
|
||||
"noExplicitAny": "off",
|
||||
"noDoubleEquals": "warn",
|
||||
"noShadowRestrictedNames": "warn"
|
||||
"noShadowRestrictedNames": "warn",
|
||||
"noEmptyInterface":"off"
|
||||
},
|
||||
"performance": {
|
||||
"noDelete": "off"
|
||||
|
Loading…
Reference in New Issue
Block a user