Skip to content

Commit

Permalink
style(app): remove line-endings rule
Browse files Browse the repository at this point in the history
Removed the linting rule that required Unix line endings from eslint config to make it less annoying
to work with this on Windows
  • Loading branch information
morphatic committed Nov 2, 2020
1 parent 2a2dcf6 commit f5cb107
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
"error",
2
],
"linebreak-style": [
"error",
"unix"
],
"quotes": [
"error",
"single"
Expand Down

0 comments on commit f5cb107

Please sign in to comment.