From 0112b8616e3d103e943d32ea30675a51d400e96e Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 23 Jun 2020 01:05:55 +0400 Subject: Fixed "@typescript-eslint/typedef" Signed-off-by: Valentin Popov --- src/rules/typescript/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rules/typescript/default.json b/src/rules/typescript/default.json index 93a83aa..b4fcc7a 100644 --- a/src/rules/typescript/default.json +++ b/src/rules/typescript/default.json @@ -249,7 +249,7 @@ "arrayDestructuring": true, "arrowParameter": true, "memberVariableDeclaration": true, - "objectDestructuring": true, + "objectDestructuring": false, "parameter": true, "propertyDeclaration": true, "variableDeclaration": false, -- cgit v1.2.3