From 231bf15e0b8f316dce93086a4d62ed582b01e563 Mon Sep 17 00:00:00 2001 From: Edoardo Colombo Date: Thu, 25 Feb 2016 14:12:19 +0000 Subject: [PATCH] feat: Allow divide by 2 Dividing by two is a common and semantically sound operation that should be possible using the numeric value directly. --- es5.js | 1 + 1 file changed, 1 insertion(+) diff --git a/es5.js b/es5.js index 8f3b468..aad7855 100644 --- a/es5.js +++ b/es5.js @@ -184,6 +184,7 @@ module.exports = { { ignore: [ 1, + 2, ], }, ],