From e77e93554980e4bed60007394e6d1a4c3313d074 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 10 May 2016 21:15:48 -0700 Subject: [PATCH] tools: enforce linting for unix-style line endings --- .eslintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc b/.eslintrc index 446e0100dfa0e2..07368c681962a3 100644 --- a/.eslintrc +++ b/.eslintrc @@ -59,6 +59,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