aboutsummaryrefslogtreecommitdiff
path: root/src/rules/typescript
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules/typescript')
-rw-r--r--src/rules/typescript/default.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/rules/typescript/default.json b/src/rules/typescript/default.json
index 26bd453..3c10f32 100644
--- a/src/rules/typescript/default.json
+++ b/src/rules/typescript/default.json
@@ -101,6 +101,13 @@
"ignoreRhs": false
}
],
+ "@typescript-eslint/type-annotation-spacing": [
+ "error",
+ {
+ "after": true,
+ "before": false
+ }
+ ],
"indent": [
"off"
],