-
-
Notifications
You must be signed in to change notification settings - Fork 696
Commit 8c981ea
* check '@vue/composition-api' usages in no-ref-as-operand
* add test cases
* add composition-api checking to no-lifecycle-after-await
* add composition-api checking to no-watch-after-await
* prettier fix
* revert adding vue 2 support for async rules
Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
1 parent fec4e41 commit 8c981ea
File tree
3 files changed
+85
-19
lines changed- lib
- rules
- utils
- tests/lib/rules
3 files changed
+85
-19
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 | - | ||
56 | - | ||
57 | - | ||
58 | - | ||
59 | - | ||
60 | - | ||
61 | - | ||
62 | - | ||
63 | - | ||
64 | - | ||
65 | - | ||
66 | - | ||
67 | - | ||
68 | - | ||
69 | - | ||
70 | - | ||
71 | - | ||
72 | - | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
73 | 71 |
| |
74 | - | ||
72 | + | ||
75 | 73 |
| |
76 | 74 |
| |
77 | 75 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1532 | 1532 |
| |
1533 | 1533 |
| |
1534 | 1534 |
| |
1535 | + | ||
1536 | + | ||
1537 | + | ||
1538 | + | ||
1539 | + | ||
1540 | + | ||
1541 | + | ||
1542 | + | ||
1543 | + | ||
1535 | 1544 |
| |
1536 | 1545 |
| |
1537 | 1546 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
42 | 59 |
| |
43 | 60 |
| |
44 | 61 |
| |
| |||
202 | 219 |
| |
203 | 220 |
| |
204 | 221 |
| |
222 | + | ||
223 | + | ||
224 | + | ||
225 | + | ||
226 | + | ||
227 | + | ||
228 | + | ||
229 | + | ||
230 | + | ||
231 | + | ||
232 | + | ||
233 | + | ||
234 | + | ||
235 | + | ||
236 | + | ||
237 | + | ||
238 | + | ||
239 | + | ||
240 | + | ||
241 | + | ||
242 | + | ||
243 | + | ||
244 | + | ||
245 | + | ||
246 | + | ||
247 | + | ||
248 | + | ||
249 | + | ||
250 | + | ||
251 | + | ||
252 | + | ||
253 | + | ||
254 | + | ||
255 | + | ||
256 | + | ||
257 | + | ||
258 | + | ||
259 | + | ||
260 | + | ||
261 | + | ||
262 | + | ||
263 | + | ||
205 | 264 |
| |
206 | 265 |
| |
207 | 266 |
| |
|
0 commit comments