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