Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 8b02558

Browse files
authored
ci: silent linebreak linter rule because of windows (#42)
1 parent 48c7982 commit 8b02558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ rules:
8080
space-in-parens: [2, never]
8181
space-unary-ops: [2, {words: true, nonwords: false}]
8282
wrap-regex: 2
83-
linebreak-style: [2, unix]
83+
linebreak-style: 0
8484
semi: [2, always]
8585
arrow-spacing: [2, {before: true, after: true}]
8686
no-class-assign: 2

0 commit comments

Comments
 (0)