From 27c334ef9bc010f07e688be4ac7442f38b9c4769 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 18 Jun 2020 01:02:50 +0400 Subject: Formatted TypeScript files Signed-off-by: Valentin Popov --- src/typescript.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/typescript.ts') diff --git a/src/typescript.ts b/src/typescript.ts index cdbd1f8..33fb125 100644 --- a/src/typescript.ts +++ b/src/typescript.ts @@ -14,5 +14,7 @@ module.exports = { "plugins": [ "@typescript-eslint", ], - "rules": { ...rDefault }, + "rules": { + ...rDefault, + }, }; -- cgit v1.2.3