diff --git a/.eslintrc.js b/.eslintrc.js index 4671b5c249..55d953c9a0 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -38,6 +38,6 @@ module.exports = { // though we have a logger, we still remap console to log to disk 'no-console': 'off', - 'operator-linebreak': ["error", "after", { "overrides": { '?': 'before', ':': 'before' } }] + 'operator-linebreak': 'error', } };