Skip to content

Commit 347abf3

Browse files
Trottevanlucas
authored andcommitted
tools: enforce linting for unix-style line endings
PR-URL: #6685 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: Ben Noorhduis <[email protected]>
1 parent a63c556 commit 347abf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ rules:
6060
indent: [2, 2, {SwitchCase: 1}]
6161
key-spacing: [2, {mode: "minimum"}]
6262
keyword-spacing: 2
63+
linebreak-style: [2, "unix"]
6364
max-len: [2, 80, 2]
6465
new-parens: 2
6566
no-mixed-spaces-and-tabs: 2

0 commit comments

Comments
 (0)