From 09c23f8fe0d6abd496ae40c1a41f38a7c2666c82 Mon Sep 17 00:00:00 2001 From: zepumph Date: Wed, 24 Feb 2021 09:34:18 -0900 Subject: [PATCH] get rid of linebreak-style, https://github.com/phetsims/phet-info/issues/150 --- eslint/format_eslintrc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eslint/format_eslintrc.js b/eslint/format_eslintrc.js index 91fd75c2..89fcfe07 100644 --- a/eslint/format_eslintrc.js +++ b/eslint/format_eslintrc.js @@ -199,7 +199,8 @@ module.exports = { // disallow mixed 'LF' and 'CRLF' as linebreaks // https://eslint.org/docs/rules/linebreak-style - 'linebreak-style': [ 'error', 'unix' ], + // This is commented out because on windows this is just noisy. Git is already set up to commit the appropriate line breaks. + // 'linebreak-style': [ 'error', 'unix' ], // require or disallow an empty line between class members // https://eslint.org/docs/rules/lines-between-class-members