summaryrefslogtreecommitdiff
path: root/31-qualitaetsheft-kolloquium/assets/sources/linter-dashboard-before.txt
diff options
context:
space:
mode:
authorOrangerot <purple@orangerot.dev>2024-05-24 17:42:08 +0200
committerOrangerot <purple@orangerot.dev>2024-05-24 17:47:22 +0200
commit7fcdc1c788725f866de71fc9dfd8c4d1cb132b57 (patch)
tree89931c85ae3f149884ba02c69862558e93f01531 /31-qualitaetsheft-kolloquium/assets/sources/linter-dashboard-before.txt
Initial commitHEADmain
Diffstat (limited to '31-qualitaetsheft-kolloquium/assets/sources/linter-dashboard-before.txt')
-rw-r--r--31-qualitaetsheft-kolloquium/assets/sources/linter-dashboard-before.txt358
1 files changed, 358 insertions, 0 deletions
diff --git a/31-qualitaetsheft-kolloquium/assets/sources/linter-dashboard-before.txt b/31-qualitaetsheft-kolloquium/assets/sources/linter-dashboard-before.txt
new file mode 100644
index 0000000..04a8317
--- /dev/null
+++ b/31-qualitaetsheft-kolloquium/assets/sources/linter-dashboard-before.txt
@@ -0,0 +1,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.
+