1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-22 10:52:11 +00:00

Fixed No Shadow rule error

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2021-08-08 15:27:54 +02:00
parent 692eb31e0a
commit 70a4778728
Signed by: Florian Bouillon
GPG Key ID: 50BD648F12C86AB6

View File

@ -12,6 +12,7 @@
"rules": {
"no-extra-parens": "off",
"no-unused-expressions": "off",
"no-shadow": "off",
"quotes": "off",
"semi": "off",
"space-before-function-paren": "off"
@ -77,6 +78,7 @@
"@typescript-eslint/no-misused-new": "error",
"@typescript-eslint/no-namespace": "error",
"@typescript-eslint/no-parameter-properties": "off",
"@typescript-eslint/no-shadow": "error",
"@typescript-eslint/no-unused-expressions": [
"error",
{