Skip to content

Commit

Permalink
Restore no-for-loop
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Jul 26, 2019
1 parent 990350e commit d48442e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ config.rules = Object.assign({}, config.rules, {
'unicorn/catch-error-name': [1, { 'name': 'err' }],
'unicorn/explicit-length-check': 0,
'unicorn/no-fn-reference-in-iterator': 0,
'unicorn/no-for-loop': 0,
'unicorn/prefer-add-event-listener': 1,
'unicorn/prefer-exponentiation-operator': 0,
'unicorn/prefer-includes': 1,
Expand Down

0 comments on commit d48442e

Please sign in to comment.