We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8dbb5 commit cae093eCopy full SHA for cae093e
index.js
@@ -353,6 +353,7 @@ module.exports = {
353
'prefer-exponentiation-operator': 'off',
354
'prefer-named-capture-group': 'off',
355
'prefer-numeric-literals': 'off',
356
+ 'prefer-object-has-own': 'error',
357
'prefer-object-spread': 'off',
358
'prefer-promise-reject-errors': 'error',
359
'prefer-regex-literals': 'error',
0 commit comments