From f806328e751502e857a079c3fe8285d64c06991a Mon Sep 17 00:00:00 2001 From: Rae Che Date: Sun, 27 May 2018 11:56:51 +0100 Subject: [PATCH] Omit redundant property in eslintrc --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index c2a4fe927..713bd875a 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -44,7 +44,6 @@ module.exports = { 'arrow-parens' : ['warn', 'always'], 'brace-style' : ['warn', '1tbs', { allowSingleLine: true }], 'jsx-quotes' : ['warn', 'prefer-single'], - 'linebreak-style' : ['warn', 'unix'], 'no-var' : 'warn', 'prefer-const' : 'warn', 'prefer-template' : 'warn',