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 +}