sveltejs / kit

web development, streamlined
https://kit.svelte.dev
MIT License
17.81k stars 1.78k forks source link

fix: disable typescript-eslint until it supports eslint v9 #12121

Closed benmccann closed 1 month ago

benmccann commented 1 month ago

closes https://github.com/sveltejs/kit/issues/12105

changeset-bot[bot] commented 1 month ago

🦋 Changeset detected

Latest commit: 256d53c5fe135da0ff3e7960c8c020c3e31d350b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ------------- | ----- | | create-svelte | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

benmccann commented 1 month ago

I have no idea what might be wrong here or how to get more info or debug this:

Serialized Error: { code: 1, killed: false, signal: null, cmd: 'pnpm lint', stdout: '\n> create-svelte-test-default-typescript@0.0.1 lint /home/runner/work/kit/kit/.test-tmp/create-svelte/default-typescript\n> prettier --check . && eslint .\n\nChecking formatting...\nAll matched files use Prettier code style!\n\n/home/runner/work/kit/kit/.test-tmp/create-svelte/default-typescript/src/routes/Counter.svelte\n 10:19 error Parsing error: Unexpected token :\n\n/home/runner/work/kit/kit/.test-tmp/create-svelte/default-typescript/src/routes/sverdle/+page.svelte\n 4:14 error Parsing error: Unexpected token {\n\n✖ 2 problems (2 errors, 0 warnings)\n\n ELIFECYCLE  Command failed with exit code 1.\n', stderr: '' }

benmccann commented 1 month ago

Ah, it needs typescript-eslint to be able to understand TypeScript syntax, so this won't work