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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
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
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
|
> pse-dashboard@0.0.0 lint
> eslint 'src/**/*.{js,vue}'
/home/gero/documents/uni/pse/pse-dashboard/src/components/Episode.vue
1:1 error Component name "Episode" should always be multi-word vue/multi-word-component-names
5:5 warning Prop 'action' requires default value to be set vue/require-default-prop
5:5 warning Prop "action" should define at least its type vue/require-prop-types
20:17 warning 'class' should be on a new line vue/max-attributes-per-line
20:69 warning 'aria-current' should be on a new line vue/max-attributes-per-line
23:67 warning 'style' should be on a new line vue/max-attributes-per-line
38:51 warning 'style' should be on a new line vue/max-attributes-per-line
39:17 warning Require self-closing on HTML elements (<div>) vue/html-self-closing
39:43 warning ':style' should be on a new line vue/max-attributes-per-line
/home/gero/documents/uni/pse/pse-dashboard/src/components/ErrorLog.vue
14:1 error Expected indentation of 8 spaces but found 4 spaces vue/html-indent
15:1 error Expected indentation of 12 spaces but found 8 spaces vue/html-indent
15:9 error Elements in iteration expect to have 'v-bind:key' directives vue/require-v-for-key
15:14 warning Expected a linebreak before this attribute vue/first-attribute-linebreak
15:43 warning 'class' should be on a new line vue/max-attributes-per-line
16:29 warning ':class' should be on a new line vue/max-attributes-per-line
16:58 warning Expected 1 line break before closing bracket, but no line breaks found vue/html-closing-bracket-newline
17:1 error Expected indentation of 16 spaces but found 12 spaces vue/html-indent
17:13 warning Require self-closing on HTML elements (<button>) vue/html-self-closing
17:35 warning 'class' should be on a new line vue/max-attributes-per-line
17:53 warning '@click' should be on a new line vue/max-attributes-per-line
18:1 error Expected indentation of 16 spaces but found 12 spaces vue/html-indent
18:13 warning Require self-closing on HTML elements (<i>) vue/html-self-closing
18:37 warning ':class' should be on a new line vue/max-attributes-per-line
19:1 error Expected indentation of 12 spaces but found 8 spaces vue/html-indent
20:1 error Expected indentation of 8 spaces but found 4 spaces vue/html-indent
/home/gero/documents/uni/pse/pse-dashboard/src/components/FloatingLabelInput.vue
7:5 warning Prop 'label' requires default value to be set vue/require-default-prop
8:5 warning Prop 'modelValue' requires default value to be set vue/require-default-prop
15:16 warning Expected a linebreak before this attribute vue/first-attribute-linebreak
15:29 warning 'class' should be on a new line vue/max-attributes-per-line
15:50 warning Attribute ":id" should go before "class" vue/attributes-order
15:50 warning ':id' should be on a new line vue/max-attributes-per-line
15:62 warning ':value' should be on a new line vue/max-attributes-per-line
16:1 error Expected indentation of 15 spaces but found 12 spaces vue/html-indent
17:1 error Expected indentation of 15 spaces but found 12 spaces vue/html-indent
17:13 warning Attribute ":placeholder" should go before "@input" vue/attributes-order
17:34 warning Attribute "required" should go before "@input" vue/attributes-order
17:34 warning 'required' should be on a new line vue/max-attributes-per-line
17:42 warning Expected 1 line break before closing bracket, but no line breaks found vue/html-closing-bracket-newline
/home/gero/documents/uni/pse/pse-dashboard/src/components/FormLayout.vue
9:35 warning 'src' should be on a new line vue/max-attributes-per-line
9:60 warning 'alt' should be on a new line vue/max-attributes-per-line
9:67 warning 'width' should be on a new line vue/max-attributes-per-line
9:79 warning 'height' should be on a new line vue/max-attributes-per-line
/home/gero/documents/uni/pse/pse-dashboard/src/components/Help.vue
1:1 error Component name "Help" should always be multi-word vue/multi-word-component-names
4:29 warning Attribute "id" should go before "class" vue/attributes-order
4:29 warning 'id' should be on a new line vue/max-attributes-per-line
9:45 warning Expected 1 line break after opening tag (`<h5>`), but no line breaks found vue/singleline-html-element-content-newline
9:69 warning Expected 1 line break before closing tag (`</h5>`), but no line breaks found vue/singleline-html-element-content-newline
10:21 warning Require self-closing on HTML elements (<button>) vue/html-self-closing
10:43 warning 'class' should be on a new line vue/max-attributes-per-line
10:61 warning 'data-bs-dismiss' should be on a new line vue/max-attributes-per-line
14:41 warning 'v-html' should be on a new line vue/max-attributes-per-line
14:41 warning 'v-html' directive can lead to XSS attack vue/no-v-html
18:43 warning 'class' should be on a new line vue/max-attributes-per-line
18:69 warning 'data-bs-dismiss' should be on a new line vue/max-attributes-per-line
18:93 warning Expected 1 line break after opening tag (`<button>`), but no line breaks found vue/singleline-html-element-content-newline
18:118 warning Expected 1 line break before closing tag (`</button>`), but no line breaks found vue/singleline-html-element-content-newline
/home/gero/documents/uni/pse/pse-dashboard/src/components/LastUpdate.vue
12:5 warning Prop 'iso' requires default value to be set vue/require-default-prop
13:5 warning Prop 'unix' requires default value to be set vue/require-default-prop
36:1 error Expected indentation of 4 spaces but found 0 spaces vue/html-indent
/home/gero/documents/uni/pse/pse-dashboard/src/components/Loading.vue
1:1 error Component name "Loading" should always be multi-word vue/multi-word-component-names
9:30 warning Attribute "v-else" should go before "class" vue/attributes-order
9:30 warning 'v-else' should be on a new line vue/max-attributes-per-line
/home/gero/documents/uni/pse/pse-dashboard/src/components/LogEntry.vue
3:1 error The template requires child element vue/valid-template-root
3:1 warning Require self-closing on HTML elements (<template>) vue/html-self-closing
/home/gero/documents/uni/pse/pse-dashboard/src/components/Navbar.vue
1:1 error Component name "Navbar" should always be multi-word vue/multi-word-component-names
6:32 warning Expected 1 line break after opening tag (`<div>`), but 2 line breaks found vue/multiline-html-element-content-newline
9:47 warning 'to' should be on a new line vue/max-attributes-per-line
10:1 error Expected indentation of 16 spaces but found 20 spaces vue/html-indent
10:50 warning 'alt' should be on a new line vue/max-attributes-per-line
10:57 warning 'width' should be on a new line vue/max-attributes-per-line
10:69 warning 'height' should be on a new line vue/max-attributes-per-line
14:44 warning 'type' should be on a new line vue/max-attributes-per-line
14:58 warning 'data-bs-toggle' should be on a new line vue/max-attributes-per-line
14:84 warning 'data-bs-target' should be on a new line vue/max-attributes-per-line
15:17 warning Require self-closing on HTML elements (<span>) vue/html-self-closing
17:51 warning Attribute "id" should go before "class" vue/attributes-order
17:51 warning 'id' should be on a new line vue/max-attributes-per-line
17:65 warning Expected 1 line break after opening tag (`<div>`), but 2 line breaks found vue/multiline-html-element-content-newline
21:49 warning 'class' should be on a new line vue/max-attributes-per-line
23:62 warning 'class' should be on a new line vue/max-attributes-per-line
28:57 warning 'class' should be on a new line vue/max-attributes-per-line
40:61 warning 'href' should be on a new line vue/max-attributes-per-line
40:70 warning 'role' should be on a new line vue/max-attributes-per-line
40:84 warning 'data-bs-toggle' should be on a new line vue/max-attributes-per-line
41:29 warning Require self-closing on HTML elements (<i>) vue/html-self-closing
44:29 error Elements in iteration expect to have 'v-bind:key' directives vue/require-v-for-key
45:58 warning ':class' should be on a new line vue/max-attributes-per-line
45:100 warning '@click' should be on a new line vue/max-attributes-per-line
51:24 warning Expected a linebreak before this attribute vue/first-attribute-linebreak
51:33 warning 'class' should be on a new line vue/max-attributes-per-line
52:1 error Expected indentation of 23 spaces but found 24 spaces vue/html-indent
52:48 warning 'data-bs-target' should be on a new line vue/max-attributes-per-line
52:70 warning Expected 1 line break before closing bracket, but no line breaks found vue/html-closing-bracket-newline
55:50 warning 'class' should be on a new line vue/max-attributes-per-line
56:37 warning 'class' should be on a new line vue/max-attributes-per-line
56:70 warning 'role' should be on a new line vue/max-attributes-per-line
56:84 warning 'data-bs-toggle' should be on a new line vue/max-attributes-per-line
57:64 warning Require self-closing on HTML elements (<i>) vue/html-self-closing
60:61 warning 'class' should be on a new line vue/max-attributes-per-line
60:83 warning Expected 1 line break after opening tag (`<router-link>`), but no line breaks found vue/singleline-html-element-content-newline
60:111 warning Expected 1 line break before closing tag (`</router-link>`), but no line breaks found vue/singleline-html-element-content-newline
62:58 warning '@click' should be on a new line vue/max-attributes-per-line
62:82 warning Attribute "class" should go before "@click" vue/attributes-order
62:82 warning 'class' should be on a new line vue/max-attributes-per-line
62:104 warning Expected 1 line break after opening tag (`<router-link>`), but no line breaks found vue/singleline-html-element-content-newline
62:130 warning Expected 1 line break before closing tag (`</router-link>`), but no line breaks found vue/singleline-html-element-content-newline
/home/gero/documents/uni/pse/pse-dashboard/src/components/PasswordInput.vue
6:5 warning Prop 'modelValue' requires default value to be set vue/require-default-prop
7:5 warning Prop 'label' requires default value to be set vue/require-default-prop
14:29 warning Expected a linebreak before this attribute vue/first-attribute-linebreak
15:1 error Expected indentation of 28 spaces but found 8 spaces vue/html-indent
15:24 warning ':modelValue' should be on a new line vue/max-attributes-per-line
15:24 warning Attribute ':modelValue' must be hyphenated vue/attribute-hyphenation
15:49 warning '@update:modelValue' should be on a new line vue/max-attributes-per-line
15:49 warning v-on event '@update:modelValue' must be hyphenated vue/v-on-event-hyphenation
16:1 error Expected indentation of 32 spaces but found 8 spaces vue/html-indent
16:46 warning Expected 1 line break before closing bracket, but no line breaks found vue/html-closing-bracket-newline
19:13 warning Disallow self-closing on HTML void elements (<input/>) vue/html-self-closing
19:36 warning 'class' should be on a new line vue/max-attributes-per-line
19:54 warning 'autocomplete' should be on a new line vue/max-attributes-per-line
19:73 warning Attribute "v-model" should go before "autocomplete" vue/attributes-order
19:73 warning 'v-model' should be on a new line vue/max-attributes-per-line
19:100 warning Expected a space before '/>', but not found vue/html-closing-bracket-spacing
20:27 warning ':class' should be on a new line vue/max-attributes-per-line
/home/gero/documents/uni/pse/pse-dashboard/src/components/PasswordValidator.vue
6:14 warning Prop "modelValue" should define at least its type vue/require-prop-types
16:1 error Expected indentation of 4 spaces but found 8 spaces vue/script-indent
17:1 error Expected indentation of 0 spaces but found 8 spaces vue/script-indent
21:1 error Expected indentation of 4 spaces but found 8 spaces vue/script-indent
22:1 error Expected indentation of 0 spaces but found 8 spaces vue/script-indent
26:1 error Expected indentation of 4 spaces but found 8 spaces vue/script-indent
27:1 error Expected indentation of 4 spaces but found 8 spaces vue/script-indent
32:1 error Expected indentation of 4 spaces but found 8 spaces vue/script-indent
33:1 error Expected indentation of 4 spaces but found 8 spaces vue/script-indent
34:1 error Expected indentation of 0 spaces but found 8 spaces vue/script-indent
38:1 error Expected indentation of 4 spaces but found 8 spaces vue/script-indent
39:1 error Expected indentation of 4 spaces but found 8 spaces vue/script-indent
40:1 error Expected indentation of 0 spaces but found 8 spaces vue/script-indent
44:1 error Expected indentation of 4 spaces but found 8 spaces vue/script-indent
45:1 error Expected indentation of 4 spaces but found 8 spaces vue/script-indent
46:1 error Expected indentation of 4 spaces but found 8 spaces vue/script-indent
47:1 error Expected indentation of 4 spaces but found 8 spaces vue/script-indent
48:1 error Expected indentation of 4 spaces but found 8 spaces vue/script-indent
72:49 warning Attribute "v-model" should go before ":label" vue/attributes-order
72:49 warning 'v-model' should be on a new line vue/max-attributes-per-line
75:58 warning Attribute "v-model" should go before ":label" vue/attributes-order
75:58 warning 'v-model' should be on a new line vue/max-attributes-per-line
81:9 error Elements in iteration expect to have 'v-bind:key' directives vue/require-v-for-key
81:50 warning 'class' should be on a new line vue/max-attributes-per-line
82:1 error Expected indentation of 12 spaces but found 11 spaces vue/html-indent
/home/gero/documents/uni/pse/pse-dashboard/src/components/ProgressTime.vue
8:5 warning Prop 'unix' requires default value to be set vue/require-default-prop
16:1 error Expected indentation of 4 spaces but found 0 spaces vue/html-indent
/home/gero/documents/uni/pse/pse-dashboard/src/components/Subscription.vue
1:1 error Component name "Subscription" should always be multi-word vue/multi-word-component-names
6:5 warning Prop 'sub' requires default value to be set vue/require-default-prop
6:5 warning Prop "sub" should define at least its type vue/require-prop-types
58:14 warning Expected a linebreak before this attribute vue/first-attribute-linebreak
58:52 warning 'data-bs-toggle' should be on a new line vue/max-attributes-per-line
59:1 error Expected indentation of 13 spaces but found 8 spaces vue/html-indent
59:39 warning Expected 1 line break before closing bracket, but no line breaks found vue/html-closing-bracket-newline
61:13 warning Require self-closing on HTML elements (<i>) vue/html-self-closing
61:67 warning 'style' should be on a new line vue/max-attributes-per-line
63:69 warning Expected 1 line break after opening tag (`<div>`), but 2 line breaks found vue/multiline-html-element-content-newline
67:38 warning Expected 1 line break after opening tag (`<h6>`), but no line breaks found vue/singleline-html-element-content-newline
67:64 warning Expected 1 line break before closing tag (`</h6>`), but no line breaks found vue/singleline-html-element-content-newline
77:29 warning Expected a linebreak before this attribute vue/first-attribute-linebreak
78:1 error Expected indentation of 28 spaces but found 20 spaces vue/html-indent
78:44 warning 'data-bs-target' should be on a new line vue/max-attributes-per-line
79:1 error Expected indentation of 28 spaces but found 20 spaces vue/html-indent
85:60 warning '@click' should be on a new line vue/max-attributes-per-line
93:32 warning 'class' should be on a new line vue/max-attributes-per-line
93:49 warning 'data-bs-parent' should be on a new line vue/max-attributes-per-line
96:21 error Elements in iteration expect to have 'v-bind:key' directives vue/require-v-for-key
/home/gero/documents/uni/pse/pse-dashboard/src/views/EpisodesView.vue
22:29 warning Expected 1 line break after opening tag (`<h1>`), but no line breaks found vue/singleline-html-element-content-newline
22:74 warning Expected 1 line break before closing tag (`</h1>`), but no line breaks found vue/singleline-html-element-content-newline
24:18 warning Attribute ':waitingFor' must be hyphenated vue/attribute-hyphenation
26:17 error Custom elements in iteration require 'v-bind:key' directives vue/valid-v-for
26:61 warning ':action' should be on a new line vue/max-attributes-per-line
/home/gero/documents/uni/pse/pse-dashboard/src/views/ForgotPasswordView.vue
21:39 warning Expected 1 line break after opening tag (`<h1>`), but no line breaks found vue/singleline-html-element-content-newline
21:78 warning Expected 1 line break before closing tag (`</h1>`), but no line breaks found vue/singleline-html-element-content-newline
25:46 warning Attribute "v-model" should go before "type" vue/attributes-order
25:46 warning 'v-model' should be on a new line vue/max-attributes-per-line
25:62 warning ':label' should be on a new line vue/max-attributes-per-line
28:35 warning 'class' should be on a new line vue/max-attributes-per-line
/home/gero/documents/uni/pse/pse-dashboard/src/views/LoginView.vue
26:39 warning Expected 1 line break after opening tag (`<h1>`), but no line breaks found vue/singleline-html-element-content-newline
26:71 warning Expected 1 line break before closing tag (`</h1>`), but no line breaks found vue/singleline-html-element-content-newline
28:39 warning Expected 1 line break after opening tag (`<form>`), but 2 line breaks found vue/multiline-html-element-content-newline
31:62 warning Attribute "v-model" should go before ":label" vue/attributes-order
31:62 warning 'v-model' should be on a new line vue/max-attributes-per-line
34:57 warning Attribute "v-model" should go before ":label" vue/attributes-order
34:57 warning 'v-model' should be on a new line vue/max-attributes-per-line
41:52 warning 'value' should be on a new line vue/max-attributes-per-line
41:72 warning Attribute "v-model" should go before "value" vue/attributes-order
41:72 warning 'v-model' should be on a new line vue/max-attributes-per-line
56:35 warning 'class' should be on a new line vue/max-attributes-per-line
66:17 warning Expected 1 line break before closing tag (`</form>`), but 2 line breaks found vue/multiline-html-element-content-newline
71:41 warning Expected 1 line break after opening tag (`<p>`), but no line breaks found vue/singleline-html-element-content-newline
71:52 warning Expected 1 line break before closing tag (`</p>`), but no line breaks found vue/singleline-html-element-content-newline
/home/gero/documents/uni/pse/pse-dashboard/src/views/RegistrationView.vue
38:39 warning Expected 1 line break after opening tag (`<h1>`), but no line breaks found vue/singleline-html-element-content-newline
38:71 warning Expected 1 line break before closing tag (`</h1>`), but no line breaks found vue/singleline-html-element-content-newline
42:52 warning 'type' should be on a new line vue/max-attributes-per-line
42:64 warning ':label' should be on a new line vue/max-attributes-per-line
45:49 warning 'type' should be on a new line vue/max-attributes-per-line
45:62 warning ':label' should be on a new line vue/max-attributes-per-line
51:35 warning 'class' should be on a new line vue/max-attributes-per-line
/home/gero/documents/uni/pse/pse-dashboard/src/views/ResetPasswordView.vue
9:5 warning Prop 'token' requires default value to be set vue/require-default-prop
10:5 warning Prop 'username' requires default value to be set vue/require-default-prop
41:43 warning Expected 1 line break after opening tag (`<h1>`), but no line breaks found vue/singleline-html-element-content-newline
41:77 warning Expected 1 line break before closing tag (`</h1>`), but no line breaks found vue/singleline-html-element-content-newline
47:35 warning 'class' should be on a new line vue/max-attributes-per-line
/home/gero/documents/uni/pse/pse-dashboard/src/views/SettingsView.vue
176:29 warning Expected 1 line break after opening tag (`<h1>`), but no line breaks found vue/singleline-html-element-content-newline
176:57 warning Expected 1 line break before closing tag (`</h1>`), but no line breaks found vue/singleline-html-element-content-newline
179:52 warning Attribute "class" should go before "@submit.prevent" vue/attributes-order
179:52 warning 'class' should be on a new line vue/max-attributes-per-line
182:63 warning Attribute "v-model" should go before ":label" vue/attributes-order
182:63 warning 'v-model' should be on a new line vue/max-attributes-per-line
182:90 warning Expected a space before '/>', but not found vue/html-closing-bracket-spacing
187:35 warning 'class' should be on a new line vue/max-attributes-per-line
193:51 warning Attribute "class" should go before "@submit.prevent" vue/attributes-order
193:51 warning 'class' should be on a new line vue/max-attributes-per-line
196:1 error Expected indentation of 12 spaces but found 17 spaces vue/html-indent
197:33 warning Expected a linebreak before this attribute vue/first-attribute-linebreak
198:1 error Expected indentation of 32 spaces but found 16 spaces vue/html-indent
198:17 warning Attribute "v-model" should go before ":label" vue/attributes-order
198:42 warning Expected 1 line break before closing bracket, but no line breaks found vue/html-closing-bracket-newline
198:42 warning Expected a space before '/>', but not found vue/html-closing-bracket-spacing
200:1 error Expected indentation of 12 spaces but found 17 spaces vue/html-indent
201:33 warning Expected a linebreak before this attribute vue/first-attribute-linebreak
202:1 error Expected indentation of 32 spaces but found 16 spaces vue/html-indent
202:17 warning Attribute "v-model" should go before ":label" vue/attributes-order
202:42 warning Expected 1 line break before closing bracket, but no line breaks found vue/html-closing-bracket-newline
205:57 warning Attribute "v-model" should go before ":label" vue/attributes-order
205:57 warning 'v-model' should be on a new line vue/max-attributes-per-line
205:82 warning Expected a space before '/>', but not found vue/html-closing-bracket-spacing
207:35 warning 'class' should be on a new line vue/max-attributes-per-line
215:31 warning 'class' should be on a new line vue/max-attributes-per-line
218:13 warning Disallow self-closing on HTML void elements (<input/>) vue/html-self-closing
218:20 warning Expected a linebreak before this attribute vue/first-attribute-linebreak
218:32 warning Attribute "id" should go before "type" vue/attributes-order
218:32 warning 'id' should be on a new line vue/max-attributes-per-line
218:42 warning 'accept' should be on a new line vue/max-attributes-per-line
218:72 warning 'hidden' should be on a new line vue/max-attributes-per-line
219:1 error Expected indentation of 19 spaces but found 16 spaces vue/html-indent
219:37 warning Expected 1 line break before closing bracket, but no line breaks found vue/html-closing-bracket-newline
220:41 warning Attribute "class" should go before "@click" vue/attributes-order
220:41 warning 'class' should be on a new line vue/max-attributes-per-line
226:44 warning Attribute "class" should go before "@submit.prevent" vue/attributes-order
226:44 warning 'class' should be on a new line vue/max-attributes-per-line
229:57 warning Attribute "v-model" should go before ":label" vue/attributes-order
229:57 warning 'v-model' should be on a new line vue/max-attributes-per-line
229:81 warning Expected a space before '/>', but not found vue/html-closing-bracket-spacing
231:35 warning 'class' should be on a new line vue/max-attributes-per-line
/home/gero/documents/uni/pse/pse-dashboard/src/views/SubscriptionsView.vue
9:5 warning Prop 'url' requires default value to be set vue/require-default-prop
83:29 warning Expected 1 line break after opening tag (`<h1>`), but no line breaks found vue/singleline-html-element-content-newline
83:66 warning Expected 1 line break before closing tag (`</h1>`), but no line breaks found vue/singleline-html-element-content-newline
86:49 warning Attribute "class" should go before "@submit.prevent" vue/attributes-order
86:49 warning 'class' should be on a new line vue/max-attributes-per-line
87:72 warning Attribute "v-model" should go before ":label" vue/attributes-order
87:72 warning 'v-model' should be on a new line vue/max-attributes-per-line
88:45 warning 'type' should be on a new line vue/max-attributes-per-line
93:18 warning Attribute ':waitingFor' must be hyphenated vue/attribute-hyphenation
101:53 warning '@click' should be on a new line vue/max-attributes-per-line
104:25 warning Expected a linebreak before this attribute vue/first-attribute-linebreak
105:1 error Expected indentation of 24 spaces but found 16 spaces vue/html-indent
106:1 error Expected indentation of 24 spaces but found 16 spaces vue/html-indent
106:40 warning 'data-bs-target' should be on a new line vue/max-attributes-per-line
106:69 warning Expected 1 line break before closing bracket, but no line breaks found vue/html-closing-bracket-newline
111:21 error Elements in iteration expect to have 'v-bind:key' directives vue/require-v-for-key
111:48 warning 'class' should be on a new line vue/max-attributes-per-line
112:32 warning Expected a linebreak before this attribute vue/first-attribute-linebreak
113:1 error Expected indentation of 31 spaces but found 24 spaces vue/html-indent
113:41 warning ':value' should be on a new line vue/max-attributes-per-line
113:54 warning Attribute "v-model" should go before ":value" vue/attributes-order
113:54 warning 'v-model' should be on a new line vue/max-attributes-per-line
113:84 warning Expected 1 line break before closing bracket, but no line breaks found vue/html-closing-bracket-newline
114:50 warning '@unsubscribe' should be on a new line vue/max-attributes-per-line
117:19 warning Expected 1 line break before closing tag (`</loading>`), but 2 line breaks found vue/multiline-html-element-content-newline
123:24 warning Attribute "id" should go before "class" vue/attributes-order
123:24 warning 'id' should be on a new line vue/max-attributes-per-line
123:37 warning 'tabindex' should be on a new line vue/max-attributes-per-line
125:40 warning Expected 1 line break after opening tag (`<div>`), but 2 line breaks found vue/multiline-html-element-content-newline
132:21 warning Require self-closing on HTML elements (<button>) vue/html-self-closing
132:43 warning 'class' should be on a new line vue/max-attributes-per-line
132:61 warning 'data-bs-dismiss' should be on a new line vue/max-attributes-per-line
132:85 warning 'aria-label' should be on a new line vue/max-attributes-per-line
137:80 warning Attribute "v-model" should go before ":label" vue/attributes-order
137:80 warning 'v-model' should be on a new line vue/max-attributes-per-line
142:43 warning 'class' should be on a new line vue/max-attributes-per-line
142:69 warning 'data-bs-dismiss' should be on a new line vue/max-attributes-per-line
145:43 warning '@click' should be on a new line vue/max-attributes-per-line
145:68 warning Attribute "data-bs-dismiss" should go before "@click" vue/attributes-order
145:68 warning 'data-bs-dismiss' should be on a new line vue/max-attributes-per-line
145:92 warning Attribute "class" should go before "@click" vue/attributes-order
145:92 warning 'class' should be on a new line vue/max-attributes-per-line
154:24 warning Attribute "id" should go before "class" vue/attributes-order
154:24 warning 'id' should be on a new line vue/max-attributes-per-line
154:41 warning 'tabindex' should be on a new line vue/max-attributes-per-line
156:40 warning Expected 1 line break after opening tag (`<div>`), but 2 line breaks found vue/multiline-html-element-content-newline
163:21 warning Require self-closing on HTML elements (<button>) vue/html-self-closing
163:43 warning 'class' should be on a new line vue/max-attributes-per-line
163:61 warning 'data-bs-dismiss' should be on a new line vue/max-attributes-per-line
163:85 warning 'aria-label' should be on a new line vue/max-attributes-per-line
168:80 warning 'role' should be on a new line vue/max-attributes-per-line
169:25 warning Require self-closing on HTML elements (<i>) vue/html-self-closing
176:25 error Elements in iteration expect to have 'v-bind:key' directives vue/require-v-for-key
177:52 warning Expected 1 space before '}}', but not found vue/mustache-interpolation-spacing
187:43 warning 'class' should be on a new line vue/max-attributes-per-line
187:69 warning 'data-bs-dismiss' should be on a new line vue/max-attributes-per-line
190:43 warning '@click' should be on a new line vue/max-attributes-per-line
190:76 warning Attribute "data-bs-dismiss" should go before "@click" vue/attributes-order
190:76 warning 'data-bs-dismiss' should be on a new line vue/max-attributes-per-line
190:100 warning Attribute "class" should go before "@click" vue/attributes-order
190:100 warning 'class' should be on a new line vue/max-attributes-per-line
✖ 310 problems (56 errors, 254 warnings)
43 errors and 194 warnings potentially fixable with the `--fix` option.
|