We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1933ecb commit 0315e91Copy full SHA for 0315e91
packages/eslint-config-react/shared.js
@@ -59,7 +59,7 @@ module.exports = {
59
// These are rules soon to be enabled by airbnb react config
60
// We're getting a head start
61
'react/no-adjacent-inline-elements': 'error', // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-adjacent-inline-elements.md
62
- 'prefer-object-has-own': 'off', // https://eslint.org/docs/rules/prefer-object-has-own
+ 'prefer-object-has-own': 'error', // https://eslint.org/docs/rules/prefer-object-has-own
63
64
// To have consistent ordering in proptypes
65
'react/sort-prop-types': [
0 commit comments