Skip to content

chore: update examples #39

chore: update examples

chore: update examples #39

Triggered via push February 3, 2026 12:55
Status Failure
Total duration 31s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 10 warnings
test
Process completed with exit code 1.
test: examples/vue-vite/src/env.d.ts#L4
Expected 1 empty line after import statement not followed by another import
test: examples/vue-vite/src/App.vue#L160
Expected 1 line break before closing tag (`</h2>`), but no line breaks found
test: examples/vue-vite/src/App.vue#L160
Expected 1 line break after opening tag (`<h2>`), but no line breaks found
test: examples/vue-vite/src/App.vue#L151
Expected 1 line break before closing tag (`</h2>`), but no line breaks found
test: examples/vue-vite/src/App.vue#L151
Expected 1 line break after opening tag (`<h2>`), but no line breaks found
test: examples/vue-vite/src/App.vue#L131
Missing trailing comma
test: examples/vue-vite/src/App.vue#L120
Missing trailing comma
test: examples/vue-vite/src/App.vue#L29
Unnecessary escape character: \/
test: examples/vue-vite/src/components/StreamingPreview.vue#L59
Attribute ":disabled" should go before "@click"
test: examples/vue-vite/src/components/CustomHeading.vue#L8
'class' should be on a new line
test: examples/vue-vite/src/App.vue#L170
'class' should be on a new line
test: examples/vue-vite/src/App.vue#L163
':components' should be on a new line
test: examples/vue-vite/src/App.vue#L149
'class' should be on a new line
test: examples/vue-vite/src/App.vue#L141
Disallow self-closing on HTML void elements (<input/>)
test: examples/vue-vite/src/App.vue#L139
Attribute "v-model" should go before "type"
test: examples/vue-vite/src/App.vue#L127
Attribute ":class" should go before "@click"
test: examples/vue-vite/src/App.vue#L116
Attribute ":class" should go before "@click"
test: docs/app/components/MarkdownItStream.vue#L64
'v-html' directive can lead to XSS attack