Skip to content

Commit e77e935

Browse files
committed
tools: enforce linting for unix-style line endings
1 parent 118162e commit e77e935

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ rules:
5959
indent: [2, 2, {SwitchCase: 1}]
6060
key-spacing: [2, {mode: "minimum"}]
6161
keyword-spacing: 2
62+
linebreak-style: [2, "unix"]
6263
max-len: [2, 80, 2]
6364
new-parens: 2
6465
no-mixed-spaces-and-tabs: 2

0 commit comments

Comments
 (0)