diff --git a/config/eslint.js b/config/eslint.js index 1700b11e340..c61d51e06bb 100644 --- a/config/eslint.js +++ b/config/eslint.js @@ -92,7 +92,6 @@ module.exports = { 'no-loop-func': WARNING, 'no-mixed-operators': [WARNING, { groups: [ - ['+', '-', '*', '/', '%', '**'], ['&', '|', '^', '~', '<<', '>>', '>>>'], ['==', '!=', '===', '!==', '>', '>=', '<', '<='], ['&&', '||'],