diff options
author | 2021-05-30 19:20:21 +0300 | |
---|---|---|
committer | 2021-05-30 19:20:21 +0300 | |
commit | 310fa86c58e549b77d2097a2fa5b1b336cc87a18 (patch) | |
tree | 52ab6acb1e63509af407d97a78d86a2ea95e0d81 | |
parent | Merge pull request #251 from python-discord/dependabot/npm_and_yarn/swc-loade... (diff) |
Removes Linebreak Linting Rule
-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": { |