Skip to content

Commit

Permalink
fix: remove prefer-exponentiation-operator from recommended config
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Dec 30, 2019
1 parent 4d99075 commit f158a41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Expand Up @@ -46,7 +46,6 @@ module.exports = {
'unicorn/prefer-add-event-listener': 'error',
'unicorn/prefer-dataset': 'error',
'unicorn/prefer-event-key': 'error',
'unicorn/prefer-exponentiation-operator': 'error',
'unicorn/prefer-flat-map': 'error',
'unicorn/prefer-includes': 'error',
'unicorn/prefer-modern-dom-apis': 'error',
Expand Down

0 comments on commit f158a41

Please sign in to comment.