Commit c82bc1e
authored
Rollup merge of rust-lang#97990 - GuillaumeGomez:eslint-checks, r=Dylan-DPC
Add more eslint checks
List of newly added checks:
* [no-lonely-if](https://eslint.org/docs/rules/no-lonely-if)
* [no-mixed-operators](https://eslint.org/docs/rules/no-mixed-operators)
* [no-multi-assign](https://eslint.org/docs/rules/no-multi-assign)
* [no-return-assign](https://eslint.org/docs/rules/no-return-assign)
* [no-script-url](https://eslint.org/docs/rules/no-script-url)
r? `@Dylan-DPC`1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
87 | 92 | | |
88 | 93 | | |
0 commit comments