Skip to content

Commit

Permalink
ci: silent linebreak linter rule because of windows (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Feb 9, 2021
1 parent 48c7982 commit 8b02558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ rules:
space-in-parens: [2, never]
space-unary-ops: [2, {words: true, nonwords: false}]
wrap-regex: 2
linebreak-style: [2, unix]
linebreak-style: 0
semi: [2, always]
arrow-spacing: [2, {before: true, after: true}]
no-class-assign: 2
Expand Down

0 comments on commit 8b02558

Please sign in to comment.