From 4c556196486ae46b8cf4b1d160ccd2dbdeb5c8f5 Mon Sep 17 00:00:00 2001 From: Kevin Lacker <lacker@gmail.com> Date: Mon, 25 Jul 2016 22:03:01 -0700 Subject: [PATCH] allow 2 * x + 1 --- config/eslint.js | 1 - 1 file changed, 1 deletion(-) diff --git a/config/eslint.js b/config/eslint.js index 1700b11e3..c61d51e06 100644 --- a/config/eslint.js +++ b/config/eslint.js @@ -92,7 +92,6 @@ module.exports = { 'no-loop-func': WARNING, 'no-mixed-operators': [WARNING, { groups: [ - ['+', '-', '*', '/', '%', '**'], ['&', '|', '^', '~', '<<', '>>', '>>>'], ['==', '!=', '===', '!==', '>', '>=', '<', '<='], ['&&', '||'], -- GitLab