diff options
Diffstat (limited to 'src/rules')
-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", |