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