Skip to content

Commit

Permalink
Add prefer-exponentiation-operator rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Nov 24, 2019
1 parent 70455c3 commit 0ffd40b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ module.exports = {
next: '*'
}
],
'prefer-exponentiation-operator': 'error',
'quote-props': [
'error',
'as-needed'
Expand Down

0 comments on commit 0ffd40b

Please sign in to comment.