Fixed "@typescript-eslint/typedef"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-06-23 00:59:40 +04:00
parent 5a6483ec98
commit 700b1ff704

View File

@ -252,7 +252,7 @@
"objectDestructuring": true,
"parameter": true,
"propertyDeclaration": true,
"variableDeclaration": true,
"variableDeclaration": false,
"variableDeclarationIgnoreFunction": false
}
],
@ -289,4 +289,4 @@
"space-before-function-paren": [
"off"
]
}
}