Skip to content

Commit

Permalink
fix: remove linebreak-style rule, because windows in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jan 10, 2024
1 parent d76c84d commit 417702f
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 @@ -155,7 +155,6 @@
"jsx-quotes": "off",
"key-spacing": ["error", { "beforeColon": false, "afterColon": true, "mode": "strict" }],
"keyword-spacing": ["error", { "before": true, "after": true }],
"linebreak-style": ["error", "unix"],
"lines-around-comment": "off",
"max-depth": "off",
"max-len": ["error", 120, { "ignoreUrls": true }],
Expand Down

0 comments on commit 417702f

Please sign in to comment.