eslint rule fix

This commit is contained in:
Martin Guillon
2021-01-06 11:17:50 +01:00
parent 188f11f53a
commit 4bd65184bd

View File

@@ -22,6 +22,7 @@
"@typescript-eslint/no-this-alias": "off",
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/triple-slash-reference": "off",
"no-empty": "off",
"no-prototype-builtins": "off",
"no-inner-declarations": "off",
"no-constant-condition": "off",