Skip to content

Commit

Permalink
style: disable linebreak-style rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Oct 9, 2020
1 parent 055f0c2 commit 93c6f48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"rules": {
"indent": [2, 4, {"SwitchCase": 1}],
"quotes": [2, "single"],
"linebreak-style": [2, "unix"],
"semi": [2, "always"],
"camelcase": [2, {"properties": "always"}],
"brace-style": [2, "1tbs", {"allowSingleLine": true}]
Expand Down

0 comments on commit 93c6f48

Please sign in to comment.