Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

benmccann
Copy link
Member

closes #12105

Copy link

changeset-bot bot commented Apr 14, 2024

🦋 Changeset detected

Latest commit: 256d53c

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
Copy link
Member Author

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
Copy link
Member Author

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

@benmccann benmccann closed this Apr 14, 2024
@benmccann benmccann deleted the no-typescript-eslint branch April 14, 2024 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ESLint + Typescript results in dependency errors since v9.0.0 inclusion on svelte@latest
1 participant