Commit fb4700a
feat(linter): add react/jsx-props-no-spreading rule (#15769)
added `react/jsx-props-no-spreading` rule, issue #1022
[rule doc](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-props-no-spreading.md)
[rule source](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/lib/rules/jsx-props-no-spreading.js)
---------
Co-authored-by: Cameron Clark <[email protected]>1 parent 32b641a commit fb4700a
File tree
4 files changed
+537
-0
lines changed- crates/oxc_linter/src
- generated
- rules/react
- snapshots
4 files changed
+537
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2284 | 2284 | | |
2285 | 2285 | | |
2286 | 2286 | | |
| 2287 | + | |
| 2288 | + | |
| 2289 | + | |
| 2290 | + | |
| 2291 | + | |
| 2292 | + | |
2287 | 2293 | | |
2288 | 2294 | | |
2289 | 2295 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
| 367 | + | |
367 | 368 | | |
368 | 369 | | |
369 | 370 | | |
| |||
1045 | 1046 | | |
1046 | 1047 | | |
1047 | 1048 | | |
| 1049 | + | |
1048 | 1050 | | |
1049 | 1051 | | |
1050 | 1052 | | |
| |||
0 commit comments