-
-
Notifications
You must be signed in to change notification settings - Fork 696
Commit 23fa9d4
* Fix: Allow props with `validator` without `type` in `vue/require-prop-types`
* Fix: Allow props with `validator` without `type` in `vue/require-prop-types` (update docs according to PR discussion)
1 parent 4b130cb commit 23fa9d4
File tree
3 files changed
+45
-3
lines changed- docs/rules
- lib/rules
- tests/lib/rules
3 files changed
+45
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 | + | ||
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
27 | + | ||
26 | 28 |
| |
27 | 29 |
| |
28 | 30 |
| |
29 | 31 |
| |
30 | - | ||
31 | - | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
32 | 46 |
| |
33 | 47 |
| |
34 | 48 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 | - | ||
40 | + | ||
41 | + | ||
42 | + | ||
41 | 43 |
| |
42 | 44 |
| |
43 | 45 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + | ||
78 | + | ||
79 | + | ||
80 | + | ||
81 | + | ||
82 | + | ||
83 | + | ||
84 | + | ||
85 | + | ||
86 | + | ||
87 | + | ||
88 | + | ||
89 | + | ||
90 | + | ||
91 | + | ||
92 | + | ||
93 | + | ||
94 | + | ||
95 | + | ||
96 | + | ||
97 | + | ||
98 | + | ||
73 | 99 |
| |
74 | 100 |
| |
75 | 101 |
| |
|
0 commit comments