diff --git a/.eslintrc b/.eslintrc index 790803cb1e25eb..7ab13d422f4753 100644 --- a/.eslintrc +++ b/.eslintrc @@ -60,6 +60,7 @@ rules: indent: [2, 2, {SwitchCase: 1}] key-spacing: [2, {mode: "minimum"}] keyword-spacing: 2 + linebreak-style: [2, "unix"] max-len: [2, 80, 2] new-parens: 2 no-mixed-spaces-and-tabs: 2