aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js5
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