Skip to content

Commit

Permalink
Remove the no-div-regex rule
Browse files Browse the repository at this point in the history
With syntax highlighting there's really no ambiguity.

Fixes #54
  • Loading branch information
sindresorhus committed Feb 4, 2019
1 parent ca9cc89 commit c2f93ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Expand Up @@ -82,7 +82,6 @@ module.exports = {
'no-alert': 'error',
'no-caller': 'error',
'no-case-declarations': 'error',
'no-div-regex': 'error',
'no-else-return': [
'error',
{
Expand Down

0 comments on commit c2f93ed

Please sign in to comment.