fix: explicitly set ecmaVersion to 2024 for vue-eslint-parser #68
Annotations
9 errors
Node 20 on ubuntu-latest:
examples/allow-js/src/components/NoScriptBlock.vue#L1
The template requires child element
|
test/index.spec.ts > should pass lint without error in new projects > allow-js:
test/index.spec.ts#L61
AssertionError: expected '\n/home/runner/work/eslint-config-typ…' to match /^\s*$/
- Expected:
/^\s*$/
+ Received:
"
/home/runner/work/eslint-config-typescript/eslint-config-typescript/examples/allow-js/src/components/NoScriptBlock.vue
1:1 error The template requires child element vue/valid-template-root
✖ 1 problem (1 error, 0 warnings)
"
❯ test/index.spec.ts:61:22
|
Node 20 on ubuntu-latest
Process completed with exit code 1.
|
Node 20 on macos-latest:
examples/allow-js/src/components/NoScriptBlock.vue#L1
The template requires child element
|
test/index.spec.ts > should pass lint without error in new projects > allow-js:
test/index.spec.ts#L61
AssertionError: expected '\n/Users/runner/work/eslint-config-ty…' to match /^\s*$/
- Expected:
/^\s*$/
+ Received:
"
/Users/runner/work/eslint-config-typescript/eslint-config-typescript/examples/allow-js/src/components/NoScriptBlock.vue
1:1 error The template requires child element vue/valid-template-root
✖ 1 problem (1 error, 0 warnings)
"
❯ test/index.spec.ts:61:22
|
Node 20 on macos-latest
Process completed with exit code 1.
|
Node 20 on windows-latest:
examples/allow-js/src/components/NoScriptBlock.vue#L1
The template requires child element
|
test/index.spec.ts > should pass lint without error in new projects > allow-js:
test/index.spec.ts#L61
AssertionError: expected '\nD:\a\eslint-config-typescript\eslin…' to match /^\s*$/
- Expected:
/^\s*$/
+ Received:
"
D:\\a\\eslint-config-typescript\\eslint-config-typescript\\examples\\allow-js\\src\\components\\NoScriptBlock.vue
1:1 error The template requires child element vue/valid-template-root
✖ 1 problem (1 error, 0 warnings)
"
❯ test/index.spec.ts:61:22
|
Node 20 on windows-latest
Process completed with exit code 1.
|