Skip to content

Commit cae093e

Browse files
committed
✨ Feat: enabled new rule
- Enabled the new `prefer-object-has-own` rule.
1 parent 0d8dbb5 commit cae093e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ module.exports = {
353353
'prefer-exponentiation-operator': 'off',
354354
'prefer-named-capture-group': 'off',
355355
'prefer-numeric-literals': 'off',
356+
'prefer-object-has-own': 'error',
356357
'prefer-object-spread': 'off',
357358
'prefer-promise-reject-errors': 'error',
358359
'prefer-regex-literals': 'error',

0 commit comments

Comments
 (0)