Skip to content

feat(vue/no-multi-spaces): add ignoreEOLComments property #2316

feat(vue/no-multi-spaces): add ignoreEOLComments property

feat(vue/no-multi-spaces): add ignoreEOLComments property #2316

Triggered via pull request December 6, 2025 07:24
Status Failure
Total duration 2m 20s
Artifacts

CI.yml

on: pull_request
Lint
50s
Lint
Test with ESLint v8
2m 13s
Test with ESLint v8
Test without ESLint Stylistic
2m 6s
Test without ESLint Stylistic
Test with typescript-eslint v7
2m 3s
Test with typescript-eslint v7
Matrix: Test with old ESLint Stylistic
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Test with ESLint v8
Process completed with exit code 1.
tests/lib/utils/ts-utils/index/get-component-emits.js > getComponentEmitsFromTypeDefineTypes > should return expected props with :<script setup lang="ts"> import { Emits } from './test' defineEmits<Emits>() </script>: tests/lib/utils/ts-utils/index/get-component-emits.js#L120
AssertionError: [{"type":"unknown","name":null}] === [{"type":"infer-type","name":"foo"},{"type":"infer-type","name":"bar"},{"type":"infer-type","name":"baz"}] - Expected + Received [ { - "name": "foo", - "type": "infer-type", - }, - { - "name": "bar", - "type": "infer-type", - }, - { - "name": "baz", - "type": "infer-type", + "name": null, + "type": "unknown", }, ] ❯ tests/lib/utils/ts-utils/index/get-component-emits.js:120:14
Lint: eslint.config.mjs#L82
Unexpected 'todo' comment: 'TODO: enable when all rules have...'