diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-14 19:42:34 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-14 19:42:34 +0300 |
commit | 39cc9c02d97fe4c424c766de9a4df9179540ef85 (patch) | |
tree | 930306587329e6447d892863f066df54d9989df3 | |
parent | 7d84ff8e8e0d69ae368868e6cf0a723e146f1802 (diff) | |
download | eslint-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.json | 6 |
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", |