-
# Svelte3 UI framework
![svelte_logo](https://svelte.dev/svelte-logo-horizontal.svg)
## Author
**Rich Harris** | [Gh](https://github.com/Rich-Harris) |
- https://www.israel.yglfconf.com/po…
-
### Version
5.5.0
### Link to Minimal Reproduction
No Response
### Steps to Reproduce
1. add echarts with npm
`npm i echarts`
2. use echarts in svelte
`import * as echarts from "echarts"`
3. …
-
### Describe the bug
Using LibreMap in a story makes the collection fail. Note that adding the libremap component while the story is running, DOES work.
```
Error while collecting story /home/p…
-
### Describe the bug
When I try to create a simple story with Svelte 5 and Vite 5, I got following error:
```
Error while collecting story /path-to-project/Component.story.svelte:
TypeError: Class…
-
Here's my .eslintrc.js:
```js
module.exports = {
parser: '@typescript-eslint/parser', // add the TypeScript parser
parserOptions: { project: './tsconfig.eslint.json' },
plugins: [
's…
-
I have a Vite project using their `svelte-ts` template.
I've manually added Prettier and ESLint, but for some reason keep getting this error when I load `svelte3/svelte3` processor and open any `.s…
-
### Before You File a Bug Report Please Confirm You Have Done The Following...
- [X] I have tried restarting my IDE and the issue persists.
- [X] I have updated to the latest version of the packages.…
r-nl updated
9 months ago
-
Reproduction code:
```ts
class Apple {
v ---> this will cause vscode to say ``Unexpected tokeneslint(ParseError)``
seeds: number
}
```
Configuration file:
```
module.exports = {
parse…
-
I have coc intellisense working fine in svelte files, and coc eslint working fine in .js files, but no eslint in svelte files. Is this known to work? If so, what configuration is necessary?
I hav…
-
`.eslintrc.cjs`
```
module.exports = {
env: {
browser: true,
es2021: true,
node: true
},
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommend…