Fixed "@typescript-eslint/typedef"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-06-23 01:05:55 +04:00
parent 507c2927a4
commit 0112b8616e

View File

@ -249,7 +249,7 @@
"arrayDestructuring": true,
"arrowParameter": true,
"memberVariableDeclaration": true,
"objectDestructuring": true,
"objectDestructuring": false,
"parameter": true,
"propertyDeclaration": true,
"variableDeclaration": false,