From bfcc62441c7a479d76afe2b41f1d7326a5dcff5c Mon Sep 17 00:00:00 2001 From: Severiano Badajoz Date: Tue, 26 May 2020 11:23:20 -0700 Subject: [PATCH] remove ESLint rules operator-linebreak is no different then default quotes is overwriting prettier config --- client/configuration/eslint/eslint.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/client/configuration/eslint/eslint.js b/client/configuration/eslint/eslint.js index 75ffaa2a..5ebc32ef 100644 --- a/client/configuration/eslint/eslint.js +++ b/client/configuration/eslint/eslint.js @@ -21,13 +21,7 @@ module.exports = { "react/jsx-filename-extension": "off", "comma-dangle": "off", "no-underscore-dangle": "off", - quotes: ["error", "double"], "implicit-arrow-linebreak": "off", - "operator-linebreak": [ - "error", - "after", - { overrides: { "?": "before", ":": "before" } }, - ], "no-console": "off", "spaced-comment": ["error", "always", { exceptions: ["*"] }], "no-param-reassign": "off",