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 0dae56a commit 976845eCopy full SHA for 976845e
packages/eslint-config-airbnb/rules/react.js
@@ -267,13 +267,11 @@ module.exports = {
267
268
// Prevent invalid characters from appearing in markup
269
// https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-unescaped-entities.md
270
- // TODO: enable, semver-major
271
- 'react/no-unescaped-entities': 'off',
+ 'react/no-unescaped-entities': 'error',
272
273
// Prevent passing of children as props
274
// https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-children-prop.md
275
276
- 'react/no-children-prop': 'off'
+ 'react/no-children-prop': 'error'
277
},
278
279
settings: {
0 commit comments