From c2f93edd78151056954343c7c6f50cc0a99aaeb6 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 5 Feb 2019 01:29:00 +0700 Subject: [PATCH] Remove the `no-div-regex` rule With syntax highlighting there's really no ambiguity. Fixes #54 --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index af1c517..72712e7 100644 --- a/index.js +++ b/index.js @@ -82,7 +82,6 @@ module.exports = { 'no-alert': 'error', 'no-caller': 'error', 'no-case-declarations': 'error', - 'no-div-regex': 'error', 'no-else-return': [ 'error', {