diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2018-09-08 19:02:32 -0500 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2018-09-08 19:02:32 -0500 |
| commit | 8818ba99f804b1b1845a4757d67cc32d552956e1 (patch) | |
| tree | 06f1f280873d19adf989fdcc9b3c1ab61d640002 /.eslintrc.js | |
| parent | 077fcf719b1a9383b4170f33a77c95024d6f7188 (diff) | |
Continue major cleanup and style fixes
Diffstat (limited to '.eslintrc.js')
| -rw-r--r-- | .eslintrc.js | 5 |
1 files changed, 2 insertions, 3 deletions
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 |
