From c644cb26384cd126a1e71ce652b358e0a87e3b59 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Sun, 22 Aug 2021 21:35:53 +0200 Subject: Add ESLint config --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 72316034..8ef13825 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ insert_final_newline = true indent_style = tab indent_size = 4 -[*.{html,js,json,jsx,scss}] +[*.{html,js,json,jsx,scss,ts,tsx}] indent_style = space indent_size = 2 -- cgit v1.2.3-54-g00ecf