From b469cbfa02f7c7771c9ffd2cbdfc39d0ca9e7abb Mon Sep 17 00:00:00 2001 From: Vinicius Fortuna Date: Thu, 10 Mar 2022 17:10:36 +0000 Subject: [PATCH] Add newlines --- .eslintignore | 2 +- .eslintrc.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintignore b/.eslintignore index 1098cd5c..d01fa283 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,2 +1,2 @@ /build/ -node_modules/ \ No newline at end of file +node_modules/ diff --git a/.eslintrc.json b/.eslintrc.json index d09ad74b..84600b02 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -62,4 +62,4 @@ } } ] -} \ No newline at end of file +}