Skip to content

Commit

Permalink
Add missing rule
Browse files Browse the repository at this point in the history
  • Loading branch information
d-eisenga committed Aug 6, 2023
1 parent 32eea6c commit 98f5857
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 @@ -182,6 +182,7 @@ module.exports = {
'prefer-object-has-own': [2],
'space-before-function-paren': [2, 'never'],
'spaced-comment': [2, 'always'],
'no-extra-semi': [2],

// Unused rules.
'block-scoped-var': [0],
Expand Down

0 comments on commit 98f5857

Please sign in to comment.