diff --git a/.eslintrc.json b/.eslintrc.json index 01fb05fd..e72a8759 100755 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -12,7 +12,10 @@ "files": [ "*.ts", "*.tsx" - ] + ], + "rules": { + "@typescript-eslint/type-annotation-spacing": "off" + } } ] }