From 8818ba99f804b1b1845a4757d67cc32d552956e1 Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Sat, 8 Sep 2018 19:02:32 -0500 Subject: Continue major cleanup and style fixes --- .eslintrc.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.eslintrc.js') diff --git a/.eslintrc.js b/.eslintrc.js index c3c75e8..3b5d12a 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -15,8 +15,7 @@ module.exports = { "tab" ], "linebreak-style": [ - "error", - "unix" + "off" ], "quotes": [ "warn", @@ -31,6 +30,6 @@ module.exports = { ], "no-unused-vars": [ "warn" - ] + ], } }; \ No newline at end of file -- cgit