Skip to content

Commit

Permalink
docs: react/jsx-props-no-spreading to "ban props rule", close #102
Browse files Browse the repository at this point in the history
  • Loading branch information
Rel1cx committed Nov 10, 2023
1 parent 32be8d6 commit f651c53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,13 @@ export default [
- [ ] `react/no-access-ref-current-during-rendering`
- [x] `react/prefer-destructuring-assignment`
- [ ] `react/prefer-readonly-props`
- [ ] `react/ban-component-props`
- [ ] `react/ban-components`
- [ ] `react/ban-component-props`
- [ ] `react/ban-component-props-in-spreading`
- [ ] `react/ban-html-props`
- [ ] `react/ban-html-props-in-spreading`
- [ ] `react/ban-svg-props`
- [ ] `react/ban-svg-props-in-spreading`

#### Hooks rules

Expand Down

0 comments on commit f651c53

Please sign in to comment.