diff --git a/.eslintrc b/.eslintrc index 6f132e612..076089e8c 100644 --- a/.eslintrc +++ b/.eslintrc @@ -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