-
-
Notifications
You must be signed in to change notification settings - Fork 696
Commit 4383a86
Amoritesota-meshiFloEdelmann
authored* Add `vue/prefer-type-props-decl` rule
* Add rule
* chore: Related Rules
* Update lib/rules/prefer-type-emits-decl.js
Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
* Update lib/rules/prefer-type-props-decl.js
Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
* fix: remove ts eslint-code-block & improve related rules link
* Update lib/rules/prefer-type-emits-decl.js
Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
* Update tests/lib/rules/prefer-type-emits-decl.js
Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
* chore: rename rule name
* feat: implement renamed rules
* update rule docs
* Add eslint-code-block
* fix lint issues
* Update docs/rules/define-emits-declaration.md
Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
* Update docs/rules/define-props-declaration.md
Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
* Update docs/rules/define-emits-declaration.md
Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
* Update docs/rules/define-props-declaration.md
Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
* add runtime option example
* Fix order in docs
Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
1 parent bf9b95c commit 4383a86
File tree
10 files changed
+663
-48
lines changed- docs/rules
- lib
- rules
- tests/lib/rules
10 files changed
+663
-48
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
215 | + | ||
215 | 216 |
| |
217 | + | ||
216 | 218 |
| |
217 | 219 |
| |
218 | 220 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + | ||
78 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + | ||
78 | + | ||
79 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 | - | ||
31 | - | ||
30 | + | ||
31 | + | ||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 | - | ||
42 | - | ||
41 | + | ||
42 | + | ||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 | - | ||
53 | - | ||
52 | + | ||
53 | + | ||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 | - | ||
63 | + | ||
64 | 64 |
| |
65 | 65 |
| |
66 | - | ||
67 | - | ||
66 | + | ||
67 | + | ||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 | - | ||
78 | - | ||
79 | - | ||
77 | + | ||
78 | + | ||
79 | + | ||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 | - | ||
90 | - | ||
89 | + | ||
90 | + | ||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 | - | ||
101 | - | ||
102 | - | ||
100 | + | ||
101 | + | ||
102 | + | ||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
112 | - | ||
113 | - | ||
114 | - | ||
112 | + | ||
113 | + | ||
114 | + | ||
115 | 115 |
| |
116 | 116 |
| |
117 | - | ||
118 | - | ||
117 | + | ||
118 | + | ||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
128 | - | ||
129 | - | ||
128 | + | ||
129 | + | ||
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
| |||
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 | + | ||
140 | + | ||
141 | + | ||
142 | + | ||
143 | + | ||
139 | 144 |
| |
140 | 145 |
| |
141 | 146 |
| |
|
0 commit comments