-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Commit b37b735
authored
Rollup merge of #97462 - GuillaumeGomez:more-eslint-rules, r=notriddle
Add more eslint rules
The last one is the most useful of this batch. :)
Here are the links for the eslint rules:
* [arrow-parens](https://eslint.org/docs/rules/arrow-parens)
* [no-unused-vars](https://eslint.org/docs/rules/no-unused-vars)
* [eqeqeq](https://eslint.org/docs/rules/eqeqeq)
r? `@notriddle`File tree
3 files changed
+15
-6
lines changed- src/librustdoc/html/static
- js
3 files changed
+15
-6
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
57 | 66 |
| |
58 | 67 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 | - | ||
100 | + | ||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
105 | - | ||
105 | + | ||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 | - | ||
73 | + | ||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
| |||
200 | 200 |
| |
201 | 201 |
| |
202 | 202 |
| |
203 | - | ||
203 | + | ||
204 | 204 |
| |
205 | 205 |
| |
206 | 206 |
| |
| |||
211 | 211 |
| |
212 | 212 |
| |
213 | 213 |
| |
214 | - | ||
214 | + | ||
215 | 215 |
| |
216 | 216 |
| |
217 | 217 |
| |
| |||
1726 | 1726 |
| |
1727 | 1727 |
| |
1728 | 1728 |
| |
1729 | - | ||
1729 | + | ||
1730 | 1730 |
| |
1731 | 1731 |
| |
1732 | 1732 |
| |
|
0 commit comments