You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I generated a new project (SvelteKit minimal, TypeScript, prettier + eslint, npm package manager) with the latest version of sv which is currently 0.6.22. The project builds successfully but the linting fails with the following error: TypeError: object is not iterable (cannot read property Symbol(Symbol.iterator)). I left the eslint.config.js file untouched.
The text was updated successfully, but these errors were encountered:
Hi,
I generated a new project (SvelteKit minimal, TypeScript, prettier + eslint, npm package manager) with the latest version of
sv
which is currently 0.6.22. The project builds successfully but the linting fails with the following error:TypeError: object is not iterable (cannot read property Symbol(Symbol.iterator))
. I left theeslint.config.js
file untouched.The text was updated successfully, but these errors were encountered: