diff options
author | 2021-05-30 12:22:27 -0400 | |
---|---|---|
committer | 2021-05-30 12:22:27 -0400 | |
commit | 97e97b91d94f0554f0444c0c7de4604ebc8777ce (patch) | |
tree | bdfa5742d51285f26b8cf31e51e708e77e9bf49d | |
parent | Resolve Conflicts in package.json (diff) | |
parent | Removes Linebreak Linting Rule (diff) |
Merge branch 'main' of https://github.com/python-discord/forms-frontend into codemirror
-rw-r--r-- | .eslintrc.json | 7 |
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": { |