Skip to content

Commit e11081b

Browse files
committed
chore: tweak prettier endOfLine setting to work with windows
1 parent ab5cd0c commit e11081b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.eslintrc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
],
1010
"rules": {
1111
"prettier/prettier": [
12-
"error"
12+
"error", {
13+
"endOfLine":"auto"
14+
}
1315
]
1416
}
1517
}

npm-audit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h5 class="card-title">
5555
<div class="card">
5656
<div class="card-body">
5757
<h5 class="card-title">
58-
July 24th 2020, 6:41:34 am
58+
July 24th 2020, 6:42:24 am
5959
</h5>
6060
<p class="card-text">Last updated</p>
6161
</div>

0 commit comments

Comments
 (0)