aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-14 19:42:34 +0300
committerValentin Popov <info@valentineus.link>2020-02-14 19:42:34 +0300
commit39cc9c02d97fe4c424c766de9a4df9179540ef85 (patch)
tree930306587329e6447d892863f066df54d9989df3
parent7d84ff8e8e0d69ae368868e6cf0a723e146f1802 (diff)
downloadeslint-config-39cc9c02d97fe4c424c766de9a4df9179540ef85.tar.xz
eslint-config-39cc9c02d97fe4c424c766de9a4df9179540ef85.zip
fix(typescript): Rule "type-annotation-spacing"
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--src/rules/typescript/default.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/rules/typescript/default.json b/src/rules/typescript/default.json
index 70e31ce..70058a1 100644
--- a/src/rules/typescript/default.json
+++ b/src/rules/typescript/default.json
@@ -140,11 +140,7 @@
}
],
"@typescript-eslint/type-annotation-spacing": [
- "error",
- {
- "after": true,
- "before": false
- }
+ "error"
],
"@typescript-eslint/typedef": [
"error",