Commit 4fae15c
File tree
Expand file treeCollapse file tree
7 files changed
+214
-198
lines changedFilter options
- .github/workflows
- docs/rules
- lib
- configs
- rules
Expand file treeCollapse file tree
7 files changed
+214
-198
lines changed.github/workflows/nodejs.yml
Copy file name to clipboardExpand all lines: .github/workflows/nodejs.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
|
docs/rules/no-useless-passive.md
Copy file name to clipboardExpand all lines: docs/rules/no-useless-passive.md+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
| 5 | + |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
|
docs/rules/require-passive-events.md
Copy file name to clipboardExpand all lines: docs/rules/require-passive-events.md+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
|
lib/rules/no-useless-passive.js
Copy file name to clipboardExpand all lines: lib/rules/no-useless-passive.js+9-1Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
2 | 10 |
|
3 | 11 |
|
4 | 12 |
|
|
lib/rules/require-passive-events.js
Copy file name to clipboardExpand all lines: lib/rules/require-passive-events.js+9-1Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
2 | 10 |
|
3 | 11 |
|
4 | 12 |
|
|
0 commit comments