eslint-plugin-svelte3 icon indicating copy to clipboard operation
eslint-plugin-svelte3 copied to clipboard

Parsing errors when destructuring store with TypeScript.

Open NickAlvesX opened this issue 3 years ago • 0 comments

This works as expected, but ESLint is returning errors.

Example: https://svelte.dev/repl/a602f67808bb472296459df76af77464?version=3.35.0

Captura de Tela 2022-02-14 às 17 22 57 Captura de Tela 2022-02-14 às 17 23 07

"eslint-plugin-svelte3": "^3.4.0",
"typescript": "^4.2.3",
"@tsconfig/svelte": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2"

NickAlvesX avatar Feb 14 '22 20:02 NickAlvesX