Commit def8cea
File tree
Expand file treeCollapse file tree
32 files changed
+183
-55
lines changedFilter options
- docs/rules
- lib/rules
Expand file treeCollapse file tree
32 files changed
+183
-55
lines changed+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
117 | 117 |
|
118 | 118 |
|
119 | 119 |
|
120 |
| - |
| 120 | + |
121 | 121 |
|
122 |
| - |
123 |
| - |
124 |
| - |
125 |
| - |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
126 | 126 |
|
127 | 127 |
|
128 | 128 |
|
129 | 129 |
|
130 |
| - |
| 130 | + |
131 | 131 |
|
132 | 132 |
|
133 | 133 |
|
|
docs/rules/a11y-aria-label-is-well-formatted.md
Copy file name to clipboardExpand all lines: docs/rules/a11y-aria-label-is-well-formatted.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 |
|
|
docs/rules/a11y-no-title-attribute.md
Copy file name to clipboardExpand all lines: docs/rules/a11y-no-title-attribute.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 |
|
|
docs/rules/a11y-no-visually-hidden-interactive-element.md
Copy file name to clipboardExpand all lines: docs/rules/a11y-no-visually-hidden-interactive-element.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 |
|
|
docs/rules/a11y-svg-has-accessible-name.md
Copy file name to clipboardExpand all lines: docs/rules/a11y-svg-has-accessible-name.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 |
|
|
docs/rules/filenames-match-regex.md
Copy file name to clipboardExpand all lines: docs/rules/filenames-match-regex.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 |
|
|
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
| 35 | + |
35 | 36 |
|
36 | 37 |
|
37 | 38 |
|
lib/rules/a11y-aria-label-is-well-formatted.js
Copy file name to clipboardExpand all lines: lib/rules/a11y-aria-label-is-well-formatted.js+7-2Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
5 | 6 |
|
6 |
| - |
| 7 | + |
7 | 8 |
|
| 9 | + |
8 | 10 |
|
9 | 11 |
|
| 12 | + |
| 13 | + |
| 14 | + |
10 | 15 |
|
11 | 16 |
|
12 | 17 |
|
| ||
22 | 27 |
|
23 | 28 |
|
24 | 29 |
|
25 |
| - |
| 30 | + |
26 | 31 |
|
27 | 32 |
|
28 | 33 |
|
|
lib/rules/a11y-no-generic-link-text.js
Copy file name to clipboardExpand all lines: lib/rules/a11y-no-generic-link-text.js+10-5Lines changed: 10 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| 21 | + |
20 | 22 |
|
21 | 23 |
|
22 | 24 |
|
23 | 25 |
|
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
24 | 31 |
|
25 | 32 |
|
26 | 33 |
|
| ||
47 | 54 |
|
48 | 55 |
|
49 | 56 |
|
50 |
| - |
51 |
| - |
| 57 | + |
52 | 58 |
|
53 | 59 |
|
54 | 60 |
|
55 | 61 |
|
56 | 62 |
|
57 |
| - |
| 63 | + |
58 | 64 |
|
59 | 65 |
|
60 | 66 |
|
61 | 67 |
|
62 | 68 |
|
63 | 69 |
|
64 | 70 |
|
65 |
| - |
66 |
| - |
| 71 | + |
67 | 72 |
|
68 | 73 |
|
69 | 74 |
|
|
lib/rules/a11y-no-title-attribute.js
Copy file name to clipboardExpand all lines: lib/rules/a11y-no-title-attribute.js+7-2Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
| 43 | + |
43 | 44 |
|
44 |
| - |
| 45 | + |
45 | 46 |
|
| 47 | + |
46 | 48 |
|
47 | 49 |
|
| 50 | + |
| 51 | + |
| 52 | + |
48 | 53 |
|
49 | 54 |
|
50 | 55 |
|
| ||
56 | 61 |
|
57 | 62 |
|
58 | 63 |
|
59 |
| - |
| 64 | + |
60 | 65 |
|
61 | 66 |
|
62 | 67 |
|
|
lib/rules/a11y-no-visually-hidden-interactive-element.js
Copy file name to clipboardExpand all lines: lib/rules/a11y-no-visually-hidden-interactive-element.js+8-3Lines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
| 60 | + |
60 | 61 |
|
61 |
| - |
| 62 | + |
62 | 63 |
|
| 64 | + |
63 | 65 |
|
64 | 66 |
|
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
65 | 71 |
|
66 | 72 |
|
67 | 73 |
|
| ||
75 | 81 |
|
76 | 82 |
|
77 | 83 |
|
78 |
| - |
79 |
| - |
| 84 | + |
80 | 85 |
|
81 | 86 |
|
82 | 87 |
|
|
lib/rules/a11y-role-supports-aria-props.js
Copy file name to clipboardExpand all lines: lib/rules/a11y-role-supports-aria-props.js+11-2Lines changed: 11 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
8 | 9 |
|
9 | 10 |
|
10 |
| - |
| 11 | + |
11 | 12 |
|
| 13 | + |
12 | 14 |
|
13 | 15 |
|
| 16 | + |
| 17 | + |
| 18 | + |
14 | 19 |
|
15 | 20 |
|
16 | 21 |
|
| ||
51 | 56 |
|
52 | 57 |
|
53 | 58 |
|
54 |
| - |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
55 | 64 |
|
56 | 65 |
|
57 | 66 |
|
|
lib/rules/a11y-svg-has-accessible-name.js
Copy file name to clipboardExpand all lines: lib/rules/a11y-svg-has-accessible-name.js+8-3Lines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| 6 | + |
6 | 7 |
|
7 |
| - |
| 8 | + |
8 | 9 |
|
| 10 | + |
9 | 11 |
|
10 | 12 |
|
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
11 | 17 |
|
12 | 18 |
|
13 | 19 |
|
| ||
35 | 41 |
|
36 | 42 |
|
37 | 43 |
|
38 |
| - |
39 |
| - |
| 44 | + |
40 | 45 |
|
41 | 46 |
|
42 | 47 |
|
|
+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
7 | 8 |
|
8 | 9 |
|
| 10 | + |
| 11 | + |
| 12 | + |
9 | 13 |
|
10 | 14 |
|
11 | 15 |
|
12 | 16 |
|
13 | 17 |
|
14 | 18 |
|
15 |
| - |
| 19 | + |
16 | 20 |
|
17 | 21 |
|
18 | 22 |
|
|
lib/rules/async-currenttarget.js
Copy file name to clipboardExpand all lines: lib/rules/async-currenttarget.js+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
7 | 8 |
|
8 | 9 |
|
| 10 | + |
| 11 | + |
| 12 | + |
9 | 13 |
|
10 | 14 |
|
11 | 15 |
|
| ||
23 | 27 |
|
24 | 28 |
|
25 | 29 |
|
26 |
| - |
| 30 | + |
27 | 31 |
|
28 | 32 |
|
29 | 33 |
|
|
lib/rules/async-preventdefault.js
Copy file name to clipboardExpand all lines: lib/rules/async-preventdefault.js+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
7 | 8 |
|
8 | 9 |
|
| 10 | + |
| 11 | + |
| 12 | + |
9 | 13 |
|
10 | 14 |
|
11 | 15 |
|
| ||
23 | 27 |
|
24 | 28 |
|
25 | 29 |
|
26 |
| - |
| 30 | + |
27 | 31 |
|
28 | 32 |
|
29 | 33 |
|
|
lib/rules/authenticity-token.js
Copy file name to clipboardExpand all lines: lib/rules/authenticity-token.js+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
7 | 8 |
|
8 | 9 |
|
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
9 | 14 |
|
10 | 15 |
|
11 | 16 |
|
12 | 17 |
|
13 | 18 |
|
14 | 19 |
|
15 | 20 |
|
16 |
| - |
17 |
| - |
| 21 | + |
18 | 22 |
|
19 | 23 |
|
20 | 24 |
|
|
lib/rules/filenames-match-regex.js
Copy file name to clipboardExpand all lines: lib/rules/filenames-match-regex.js+11-3Lines changed: 11 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| 26 | + |
| 27 | + |
| 28 | + |
25 | 29 |
|
26 | 30 |
|
27 | 31 |
|
| ||
42 | 46 |
|
43 | 47 |
|
44 | 48 |
|
45 |
| - |
46 |
| - |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
47 | 55 |
|
48 | 56 |
|
49 | 57 |
|
|
0 commit comments