diff options
author | Valentin Popov <info@valentineus.link> | 2020-06-23 00:05:55 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-06-23 00:05:55 +0300 |
commit | 0112b8616e3d103e943d32ea30675a51d400e96e (patch) | |
tree | 6d2f9ebf61f4aa45235e141ca9cf56c501b06f1c | |
parent | 507c2927a452a593f340aeac0a220e84c0d97faa (diff) | |
download | eslint-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.json | 2 |
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, |