Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/sveltejs/eslint-plugin-svelte3
An ESLint plugin for Svelte v3 components.
https://github.com/sveltejs/eslint-plugin-svelte3
Linting for svetle file with lang="ts" not matching typescript file linting
AaronNBrock opened this issue over 1 year ago
AaronNBrock opened this issue over 1 year ago
chore: FIx test
baseballyama opened this pull request almost 2 years ago
baseballyama opened this pull request almost 2 years ago
[chore] Deprecate this repository
baseballyama opened this pull request almost 2 years ago
baseballyama opened this pull request almost 2 years ago
False positive for `@typescript-eslint/no-unnecessary-condition` with `export let`
kevincox opened this issue almost 2 years ago
kevincox opened this issue almost 2 years ago
False positives for `no-unused-vars` for enum variants
kevincox opened this issue almost 2 years ago
kevincox opened this issue almost 2 years ago
Slot props produce `no-undef` error on <slot>
janosh opened this issue almost 2 years ago
janosh opened this issue almost 2 years ago
Incompatible plugin: eslint-plugin-tailwindcss
jrouleau opened this issue almost 2 years ago
jrouleau opened this issue almost 2 years ago
Force using TypeScript (force lang='ts')
bosung90 opened this issue almost 2 years ago
bosung90 opened this issue almost 2 years ago
[doc] fix broken link to ESLint "Typed Linting"
meyermarcel opened this pull request almost 2 years ago
meyermarcel opened this pull request almost 2 years ago
`@typescript-eslint/no-unsafe-argument`/`no-unsafe-return` false positive in svelte code but not in script tag
DetachHead opened this issue about 2 years ago
DetachHead opened this issue about 2 years ago
no-multiple-emty-lines when iterating a store with each block
mckravchyk opened this issue about 2 years ago
mckravchyk opened this issue about 2 years ago
Add globals.svelte to README.md example config
ZerdoX-x opened this pull request about 2 years ago
ZerdoX-x opened this pull request about 2 years ago
ESlint false positive with custom component.
ptrxyz opened this issue about 2 years ago
ptrxyz opened this issue about 2 years ago
No documentation how to override rules
ToP29 opened this issue about 2 years ago
ToP29 opened this issue about 2 years ago
Issue with global $$Props interface
ZerdoX-x opened this issue about 2 years ago
ZerdoX-x opened this issue about 2 years ago
`@typescript-eslint/no-unnecessary-condition` false positive when property is defined anywhere other than the last line of `script` tag
DetachHead opened this issue about 2 years ago
DetachHead opened this issue about 2 years ago
`eslint-disable-next-line` comments don't work in html
DetachHead opened this issue about 2 years ago
DetachHead opened this issue about 2 years ago
incorrect `any` errors when using `await`/`then` block
DetachHead opened this issue about 2 years ago
DetachHead opened this issue about 2 years ago
`indent` rule not working on `.svelte` files?
aradalvand opened this issue over 2 years ago
aradalvand opened this issue over 2 years ago
svelte-subcomponent-preprocessor
lichstam opened this issue over 2 years ago
lichstam opened this issue over 2 years ago
Error when destructing local const
DanielRios549 opened this issue over 2 years ago
DanielRios549 opened this issue over 2 years ago
Unexpected character '@' when using {@const}
ptelad opened this issue over 2 years ago
ptelad opened this issue over 2 years ago
This plugin is deprecated in favor of `eslint-plugin-svelte`
JounQin opened this issue over 2 years ago
JounQin opened this issue over 2 years ago
How to support both js and ts components?
shir0u opened this issue over 2 years ago
shir0u opened this issue over 2 years ago
variable was used before it was defined (eslint: no-use-before-define)
axelthat opened this issue over 2 years ago
axelthat opened this issue over 2 years ago
No lock file of package manager are committed
mcmxcdev opened this issue over 2 years ago
mcmxcdev opened this issue over 2 years ago
eslint --fix messing up file, adding duplicated content
CherryDT opened this issue over 2 years ago
CherryDT opened this issue over 2 years ago
Eslint parse token error with class properties
Nukiloco opened this issue almost 3 years ago
Nukiloco opened this issue almost 3 years ago
Drop Node 10 and 12. Upgrade to eslint 8
benmccann opened this pull request almost 3 years ago
benmccann opened this pull request almost 3 years ago
[typescript] Some issues with generic types
orblazer opened this issue almost 3 years ago
orblazer opened this issue almost 3 years ago
[typescript] Error `no-unsafe-call` on store in module
orblazer opened this issue almost 3 years ago
orblazer opened this issue almost 3 years ago
[typescript] Error `no-use-before-define` when no use before
orblazer opened this issue almost 3 years ago
orblazer opened this issue almost 3 years ago
@const variables used in style directives give "no-unused-vars"
johnnysprinkles opened this issue almost 3 years ago
johnnysprinkles opened this issue almost 3 years ago
[fix] ignore css-unused-selector rule if <style global>
metonym opened this pull request almost 3 years ago
metonym opened this pull request almost 3 years ago
@const raises a "no-undef" false positive
kevin-legion opened this issue almost 3 years ago
kevin-legion opened this issue almost 3 years ago
eslint doesn't work
Alexandre-Fernandez opened this issue almost 3 years ago
Alexandre-Fernandez opened this issue almost 3 years ago
Incompatibilty with html-eslint
Nukiloco opened this issue almost 3 years ago
Nukiloco opened this issue almost 3 years ago
fix(#168): fixes parse errors caused by parentheses
GauBen opened this pull request almost 3 years ago
GauBen opened this pull request almost 3 years ago
`Parsing error: Identifier expected.` with SvelteKit
GauBen opened this issue almost 3 years ago
GauBen opened this issue almost 3 years ago
Parsing errors when destructuring store with TypeScript.
NickAlvesX opened this issue almost 3 years ago
NickAlvesX opened this issue almost 3 years ago
[fix] object destructuring bug using `@const`
si3nloong opened this pull request almost 3 years ago
si3nloong opened this pull request almost 3 years ago
[fix] added import/prefer-default-export (#119)
jis3r opened this pull request almost 3 years ago
jis3r opened this pull request almost 3 years ago
Object destructuring in @const
janosh opened this issue almost 3 years ago
janosh opened this issue almost 3 years ago
Unsafe member access in templates
enyo opened this issue almost 3 years ago
enyo opened this issue almost 3 years ago
Combination of `'svelte3/named-blocks': true` and TypeScript parser does not work
compeek opened this issue about 3 years ago
compeek opened this issue about 3 years ago
[feat] support for `{@const}`
ota-meshi opened this pull request about 3 years ago
ota-meshi opened this pull request about 3 years ago
(fix) better fix range handling
dummdidumm opened this pull request about 3 years ago
dummdidumm opened this pull request about 3 years ago
[fix] add injected globals to ts when there's no instance script
dummdidumm opened this pull request about 3 years ago
dummdidumm opened this pull request about 3 years ago
[fix] allow $$Props, $$Slots, $$Events usage
dummdidumm opened this pull request about 3 years ago
dummdidumm opened this pull request about 3 years ago
Using no-lonely-if makes code broken
warmrobot opened this issue about 3 years ago
warmrobot opened this issue about 3 years ago
Using no-else-return makes code broken
warmrobot opened this issue about 3 years ago
warmrobot opened this issue about 3 years ago
Use TS 4.5 `preserveValueImports` if it's available
Monkatraz opened this pull request about 3 years ago
Monkatraz opened this pull request about 3 years ago
Support using TypeScript 4.5 `preserveValueImports`
Monkatraz opened this issue about 3 years ago
Monkatraz opened this issue about 3 years ago
CSS custom properties handled as errors
nosovk opened this issue about 3 years ago
nosovk opened this issue about 3 years ago
Javascript Keywords as Props - Error
jvanderen1 opened this issue about 3 years ago
jvanderen1 opened this issue about 3 years ago
Question: is there support to check whether <button> has a type?
josdejong opened this issue about 3 years ago
josdejong opened this issue about 3 years ago
Rebase v3.2.1
arjunkalburgi opened this pull request about 3 years ago
arjunkalburgi opened this pull request about 3 years ago
language rules not applied in *.svelte script blocks?
martaver opened this issue about 3 years ago
martaver opened this issue about 3 years ago
Doesn't recognize $$props
tv42 opened this issue about 3 years ago
tv42 opened this issue about 3 years ago
fix: false positives for `<svelte:fragment let:x>` in `no-undef`
ota-meshi opened this pull request about 3 years ago
ota-meshi opened this pull request about 3 years ago
using 'let:' variables with aliases will give you 'not-undef' errors with Eslint.
Egnus opened this issue about 3 years ago
Egnus opened this issue about 3 years ago
Cannot disable rule svelte(dynamic-slot-name)
ianhogersltn opened this issue about 3 years ago
ianhogersltn opened this issue about 3 years ago
vanilla setup doesn't enable type aware linting
jemhuntr opened this issue about 3 years ago
jemhuntr opened this issue about 3 years ago
[doc] eslint warnings note
dummdidumm opened this pull request about 3 years ago
dummdidumm opened this pull request about 3 years ago
feat: Upgraded unittests to ESLint 8.x
bfanger opened this pull request about 3 years ago
bfanger opened this pull request about 3 years ago
Improve default setting for svelte3/ignore-styles
bfanger opened this pull request about 3 years ago
bfanger opened this pull request about 3 years ago
ParseError on SCSS in a single-file component
marekdedic opened this issue about 3 years ago
marekdedic opened this issue about 3 years ago
bad formatting when is used `$` to access to store
L0y3r opened this issue over 3 years ago
L0y3r opened this issue over 3 years ago
[TypeScript] ParseError when declaring class fields
idiotWu opened this issue over 3 years ago
idiotWu opened this issue over 3 years ago
$$Slots/$$Events type produces no-unused-vars error
wallw-teal opened this issue over 3 years ago
wallw-teal opened this issue over 3 years ago
ESLint: Unexpected token 1
kazzkiq opened this issue over 3 years ago
kazzkiq opened this issue over 3 years ago
eslint-disable/enable in templates
jayvdb opened this issue over 3 years ago
jayvdb opened this issue over 3 years ago
Not able to use type-aware rules (setting Eslint parserOptions.project turns off all linting in Svelte files)
mckravchyk opened this issue over 3 years ago
mckravchyk opened this issue over 3 years ago
Integration with zodern:melte Meteor Svelte package
davidsavoie1 opened this issue over 3 years ago
davidsavoie1 opened this issue over 3 years ago
fix: handle typescript $$Generic special type
SomaticIT opened this pull request over 3 years ago
SomaticIT opened this pull request over 3 years ago
ci(node-versions): add node16 in matrix
oscard0m opened this pull request over 3 years ago
oscard0m opened this pull request over 3 years ago
we should probably drop node 10 and add node 16
oscard0m opened this issue over 3 years ago
oscard0m opened this issue over 3 years ago
Support new svelte $$Generic type
SomaticIT opened this issue over 3 years ago
SomaticIT opened this issue over 3 years ago
improve type
LumaKernel opened this pull request over 3 years ago
LumaKernel opened this pull request over 3 years ago
Using <script global> or `:global` selector doesn't silence eslint warnings
dtzxporter opened this issue over 3 years ago
dtzxporter opened this issue over 3 years ago
"Missing trailing comma." error in HTML element when use semi: never
ngaer opened this issue over 3 years ago
ngaer opened this issue over 3 years ago
ci(workflow): add cache to workflows using actions/setup-node
oscard0m opened this pull request over 3 years ago
oscard0m opened this pull request over 3 years ago
import/prefer-default-export false positive - OTHER_PLUGINS.md
atompkins opened this issue over 3 years ago
atompkins opened this issue over 3 years ago
Setting for max props per line
Bjorn-Eric-Abr opened this issue over 3 years ago
Bjorn-Eric-Abr opened this issue over 3 years ago
Linter ignoring files with same name before extension
Luke-zhang-04 opened this issue over 3 years ago
Luke-zhang-04 opened this issue over 3 years ago
Remove section about html from VS Code integration
dummdidumm opened this pull request over 3 years ago
dummdidumm opened this pull request over 3 years ago
Broken link in OTHER_PLUGINS.md
dvopalecky opened this issue over 3 years ago
dvopalecky opened this issue over 3 years ago
Breaks multiline autofixes
lydell opened this issue over 3 years ago
lydell opened this issue over 3 years ago
Slot props producing no-undef on <svelte:fragment>
kjagiello opened this issue almost 4 years ago
kjagiello opened this issue almost 4 years ago
"$$slots" variable throws "no-undef" error
sounisi5011 opened this issue almost 4 years ago
sounisi5011 opened this issue almost 4 years ago
Why cannot Typescript detect this Svelte 3 store's correct content type telling me instead it is of any type?
frederikhors opened this issue almost 4 years ago
frederikhors opened this issue almost 4 years ago
Wrong no-unsafe-member-access for reactive assignments and store subscriptions
dummdidumm opened this issue almost 4 years ago
dummdidumm opened this issue almost 4 years ago
Problem with sorting imports, removing unnecessary "{" and changing "let" to "const"
crosspath opened this issue over 4 years ago
crosspath opened this issue over 4 years ago
Indentation removed wrongly with import-sort (causes weird artifacts)
IgnusG opened this issue over 4 years ago
IgnusG opened this issue over 4 years ago
store.set shorthand causes incorrect "no-unused-vars" and "no-shadow"
openjck opened this issue over 4 years ago
openjck opened this issue over 4 years ago
add preprocess feature
NicoCevallos opened this pull request over 4 years ago
NicoCevallos opened this pull request over 4 years ago
Silence missing-custom-element-compile-options
ghost opened this issue about 5 years ago
ghost opened this issue about 5 years ago
VS Code integration, and playing nice with the svelte-vscode plugin
Bellarmine-Head opened this issue about 5 years ago
Bellarmine-Head opened this issue about 5 years ago
Multiple empty lines error when there are none in <script> tags
ghost opened this issue over 5 years ago
ghost opened this issue over 5 years ago
Stylelint support ?
js2me opened this issue over 5 years ago
js2me opened this issue over 5 years ago