Skip to content

Commit

Permalink
chore: make eslint tolerate windows newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 1, 2020
1 parent 71ba522 commit 86bc5f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
],
"rules": {
"prettier/prettier": [
"error"
"error",
{
"endOfLine": "auto"
}
]
}
}
2 changes: 1 addition & 1 deletion npm-audit.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h5 class="card-title">
<div class="card">
<div class="card-body">
<h5 class="card-title">
September 1st 2020, 8:42:27 am
September 1st 2020, 8:42:47 am
</h5>
<p class="card-text">Last updated</p>
</div>
Expand Down

0 comments on commit 86bc5f3

Please sign in to comment.