From 70e99c20c3ac2914251e1ddf6d09038818805df5 Mon Sep 17 00:00:00 2001 From: Mikhail Melnik Date: Wed, 28 Sep 2022 14:28:28 +0400 Subject: [PATCH] newlines eof --- .gitignore | 2 +- .prettierignore | 2 +- .prettierrc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 51d77b99..8db3bd22 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,4 @@ dist typechain-types .DS_Store *.log -mochaOutput.json \ No newline at end of file +mochaOutput.json diff --git a/.prettierignore b/.prettierignore index 6d8ad94d..04276b15 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,4 +1,4 @@ # Ignore artifacts: node_modules dist -typechain-types \ No newline at end of file +typechain-types diff --git a/.prettierrc b/.prettierrc index 7576e66b..675f475d 100644 --- a/.prettierrc +++ b/.prettierrc @@ -15,4 +15,4 @@ } } ] -} \ No newline at end of file +}