aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dawnofmidnight <[email protected]>2021-05-30 12:22:27 -0400
committerGravatar dawnofmidnight <[email protected]>2021-05-30 12:22:27 -0400
commit97e97b91d94f0554f0444c0c7de4604ebc8777ce (patch)
treebdfa5742d51285f26b8cf31e51e708e77e9bf49d
parentResolve Conflicts in package.json (diff)
parentRemoves Linebreak Linting Rule (diff)
Merge branch 'main' of https://github.com/python-discord/forms-frontend into codemirror
-rw-r--r--.eslintrc.json7
1 files changed, 2 insertions, 5 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 82497c2..0a7b51b 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -28,10 +28,6 @@
"SwitchCase": 1
}
],
- "linebreak-style": [
- "error",
- "unix"
- ],
"quotes": [
"error",
"double"
@@ -41,7 +37,8 @@
"always"
],
"no-trailing-spaces": "error",
- "eol-last": "error"
+ "eol-last": "error",
+ "linebreak-style": "off"
},
"settings": {
"react": {