From 690cdfbade15c3b56a42f1f0cca6ef341343effd Mon Sep 17 00:00:00 2001 From: Wesley B Date: Sun, 6 Oct 2019 18:02:10 -0500 Subject: [PATCH] Quick: Add missing `newlines` --- .babelrc | 2 +- .browserslistrc | 2 +- public/index.html | 2 +- src/_shared/styles/generics.css | 2 +- src/index.js | 2 +- src/native/index.js | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.babelrc b/.babelrc index f48035c..cf4d6dc 100644 --- a/.babelrc +++ b/.babelrc @@ -3,4 +3,4 @@ "presets": [ ["@babel/env", {"modules": false }] ] -} \ No newline at end of file +} diff --git a/.browserslistrc b/.browserslistrc index d7905a7..214afef 100644 --- a/.browserslistrc +++ b/.browserslistrc @@ -1,3 +1,3 @@ # Supported Browsers -last 2 versions \ No newline at end of file +last 2 versions diff --git a/public/index.html b/public/index.html index fbd36bd..db5aaaf 100644 --- a/public/index.html +++ b/public/index.html @@ -97,4 +97,4 @@

WYSIWYG Card Maker

- \ No newline at end of file + diff --git a/src/_shared/styles/generics.css b/src/_shared/styles/generics.css index f90d7aa..b9029c7 100644 --- a/src/_shared/styles/generics.css +++ b/src/_shared/styles/generics.css @@ -36,4 +36,4 @@ input, textarea { ::selection { background: gray; text-shadow: none; -} \ No newline at end of file +} diff --git a/src/index.js b/src/index.js index beec111..7f947f3 100644 --- a/src/index.js +++ b/src/index.js @@ -1,3 +1,3 @@ import init from './native/index.js'; -init(); \ No newline at end of file +init(); diff --git a/src/native/index.js b/src/native/index.js index 6810978..682cd91 100644 --- a/src/native/index.js +++ b/src/native/index.js @@ -95,4 +95,4 @@ function init() { }); } -export default init; \ No newline at end of file +export default init;