-
I'm converting to Typescript this code:
```svelte
```
on the line `on:animationend={myStore.action}` typescript-eslint is complaining about:
[`Avoid referencing unbound methods which may c…
-
Hi,
I tried the new version with the docs but I don't have success with it.
The message a received:
```js
Importing binding name 'inview' is not found.`
```
I try:
```js
import { inview …
-
I am trying to configure eslint for my svelte project.
Here is my .eslintrc.json:
```
{
"env": {
"es6": true,
"jest": true
},
"extends": [
"plugin:@typescript-eslint/recom…
ksewo updated
3 years ago
-
I have
```js
{
"extends": "standard"
}
```
(which comes from https://github.com/standard/eslint-config-standard#usage) in my `.eslintrc.js` and I'm wondering why this doesn't work in `` pa…
-
I'm getting weirdly messed code after running eslint --fix . This happens in multiple *.svelte files in various ways with many different rules, mainly those that concern imports.
### My eslintrc.j…
-
Probably related: https://stackoverflow.com/questions/60890475/backspace-doesnt-work-in-number-input-field-kaios-svelte3
aspic updated
3 years ago
-
https://user-images.githubusercontent.com/13184913/114505698-71b9c100-9c39-11eb-8b5b-59162f88e258.mp4
**Describe the bug**
CSS is not loaded properly when clicking on link. Only refresh page i…
-
Svelte3 parser is not output detailed information about function arguments that stored in JSDoc.
The following example shows the issue:
**component.svelte**
```
/**
* Computes the answ…
-
Running the REPO results in this error:
Steps to reproduce:
1. Run windows
2. Clone
3. remove vite-workaround from prepare function (optionally try to remove *.js.map yourself from folder)
4. n…
-
Bug : when i run `npm run build` , i am getting the following error
```
main└─ $ npm run build
> svelte-ace@1.0.13 build
> rollup -c
src/index.js → dist/index.mjs, dist/index.js...
(!) P…