Skip to content

Commit

Permalink
Fix typo in rule name
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed May 18, 2023
1 parent cf8b46f commit a835289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
'no-constant-binary-expression': 'error',
'no-constructor-return': 'error',
'no-duplicate-imports': 'error',
'no-new-native-noconstructor': 'error',
'no-new-native-nonconstructor': 'error',
'no-promise-executor-return': 'error',
'no-self-compare': 'error',
'no-unmodified-loop-condition': 'error',
Expand Down

0 comments on commit a835289

Please sign in to comment.