From 50049860cc0bebd9847b00adcc25495bb1da9626 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 5 May 2023 17:13:54 +0300 Subject: [PATCH] Update .editorconfig and .prettierignore --- .editorconfig | 2 +- .prettierignore | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 1e48203..ae10a5c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,4 +7,4 @@ end_of_line = lf indent_size = 2 indent_style = space insert_final_newline = true -trim_trailing_whitespace = true \ No newline at end of file +trim_trailing_whitespace = true diff --git a/.prettierignore b/.prettierignore index 0d53fd8..42fd2fa 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1 +1,3 @@ -__tests__/*.scss +/__tests__/*.scss +/package.json +/package-lock.json