From 986a64621a5a81c03985fc6ff02531e447fa23a0 Mon Sep 17 00:00:00 2001 From: Yury Shkoda Date: Thu, 10 Jun 2021 19:48:15 +0300 Subject: [PATCH] chore: updated prettier config and git ignore --- .gitignore | 1 + .prettierrc.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 522743a..d008f49 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ dist/ node_modules/ .DS_Store .env* +sas/ \ No newline at end of file diff --git a/.prettierrc.json b/.prettierrc.json index 7f43c70..d73916b 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,4 +1,3 @@ - { "trailingComma": "none", "tabWidth": 2,