Skip to content

Commit 2ce975f

Browse files
authored
chore: linter config and errors from linter and sonar (#84)
1 parent aa59b9e commit 2ce975f

File tree

4 files changed

+159
-180
lines changed

4 files changed

+159
-180
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ rules:
7474
space-in-parens: [2, never]
7575
space-unary-ops: [2, {words: true, nonwords: false}]
7676
wrap-regex: 2
77-
linebreak-style: [2, unix]
77+
linebreak-style: 0
7878
semi: [2, always]
7979
arrow-spacing: [2, {before: true, after: true}]
8080
no-class-assign: 2

0 commit comments

Comments
 (0)