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.
react/jsx-props-no-spreading
1 parent 089022a commit 73f71d9Copy full SHA for 73f71d9
packages/eslint-config-airbnb/rules/react.js
@@ -491,8 +491,7 @@ module.exports = {
491
492
// Disallow JSX props spreading
493
// https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-props-no-spreading.md
494
- // TODO: enable, semver-major
495
- 'react/jsx-props-no-spreading': ['off', {
+ 'react/jsx-props-no-spreading': ['error', {
496
html: 'enforce',
497
custom: 'enforce',
498
exceptions: [],
0 commit comments