> 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 (
) 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 (`), 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 (