aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-06-23 00:05:55 +0300
committerValentin Popov <info@valentineus.link>2020-06-23 00:05:55 +0300
commit0112b8616e3d103e943d32ea30675a51d400e96e (patch)
tree6d2f9ebf61f4aa45235e141ca9cf56c501b06f1c
parent507c2927a452a593f340aeac0a220e84c0d97faa (diff)
downloadeslint-config-0112b8616e3d103e943d32ea30675a51d400e96e.tar.xz
eslint-config-0112b8616e3d103e943d32ea30675a51d400e96e.zip
Fixed "@typescript-eslint/typedef"
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--src/rules/typescript/default.json2
1 files changed, 1 insertions, 1 deletions
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,