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",