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

chore: FIx test

baseballyama opened this pull request almost 2 years ago
[chore] Deprecate this repository

baseballyama opened this pull request almost 2 years ago
False positives for `no-unused-vars` for enum variants

kevincox opened this issue almost 2 years ago
Slot props produce `no-undef` error on <slot>

janosh opened this issue almost 2 years ago
Incompatible plugin: eslint-plugin-tailwindcss

jrouleau opened this issue almost 2 years ago
Force using TypeScript (force lang='ts')

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
no-multiple-emty-lines when iterating a store with each block

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
ESlint false positive with custom component.

ptrxyz opened this issue about 2 years ago
No documentation how to override rules

ToP29 opened this issue about 2 years ago
Issue with global $$Props interface

ZerdoX-x 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
incorrect `any` errors when using `await`/`then` block

DetachHead opened this issue about 2 years ago
`indent` rule not working on `.svelte` files?

aradalvand opened this issue over 2 years ago
svelte-subcomponent-preprocessor

lichstam opened this issue over 2 years ago
Error when destructing local const

DanielRios549 opened this issue over 2 years ago
Unexpected character '@' when using {@const}

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
How to support both js and ts components?

shir0u opened this issue over 2 years ago
No lock file of package manager are committed

mcmxcdev opened this issue over 2 years ago
eslint --fix messing up file, adding duplicated content

CherryDT opened this issue over 2 years ago
Eslint parse token error with class properties

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
[typescript] Some issues with generic types

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
[typescript] Error `no-use-before-define` when no use before

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
[fix] ignore css-unused-selector rule if <style global>

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
eslint doesn't work

Alexandre-Fernandez opened this issue almost 3 years ago
Incompatibilty with html-eslint

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
`Parsing error: Identifier expected.` with SvelteKit

GauBen opened this issue almost 3 years ago
Parsing errors when destructuring store with TypeScript.

NickAlvesX opened this issue almost 3 years ago
[fix] object destructuring bug using `@const`

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
Object destructuring in @const

janosh opened this issue almost 3 years ago
Unsafe member access in templates

enyo opened this issue almost 3 years ago
[feat] support for `{@const}`

ota-meshi opened this pull request about 3 years ago
(fix) better fix range handling

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
[fix] allow $$Props, $$Slots, $$Events usage

dummdidumm opened this pull request about 3 years ago
Using no-lonely-if makes code broken

warmrobot opened this issue about 3 years ago
Using no-else-return makes code broken

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
Support using TypeScript 4.5 `preserveValueImports`

Monkatraz opened this issue about 3 years ago
CSS custom properties handled as errors

nosovk opened this issue about 3 years ago
Javascript Keywords as Props - Error

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
Rebase v3.2.1

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
Doesn't recognize $$props

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
Cannot disable rule svelte(dynamic-slot-name)

ianhogersltn opened this issue about 3 years ago
vanilla setup doesn't enable type aware linting

jemhuntr opened this issue about 3 years ago
[doc] eslint warnings note

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
Improve default setting for svelte3/ignore-styles

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
bad formatting when is used `$` to access to store

L0y3r opened this issue over 3 years ago
[TypeScript] ParseError when declaring class fields

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
ESLint: Unexpected token 1

kazzkiq opened this issue over 3 years ago
eslint-disable/enable in templates

jayvdb opened this issue over 3 years ago
Integration with zodern:melte Meteor Svelte package

davidsavoie1 opened this issue over 3 years ago
fix: handle typescript $$Generic special type

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
we should probably drop node 10 and add node 16

oscard0m opened this issue over 3 years ago
Support new svelte $$Generic type

SomaticIT opened this issue over 3 years ago
improve type

LumaKernel opened this pull request over 3 years ago
ci(workflow): add cache to workflows using actions/setup-node

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
Setting for max props per line

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
Remove section about html from VS Code integration

dummdidumm opened this pull request over 3 years ago
Broken link in OTHER_PLUGINS.md

dvopalecky opened this issue over 3 years ago
Breaks multiline autofixes

lydell opened this issue over 3 years ago
Slot props producing no-undef on <svelte:fragment>

kjagiello opened this issue almost 4 years ago
"$$slots" variable throws "no-undef" error

sounisi5011 opened this issue almost 4 years ago
add preprocess feature

NicoCevallos opened this pull request over 4 years ago
Silence missing-custom-element-compile-options

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
Multiple empty lines error when there are none in <script> tags

ghost opened this issue over 5 years ago
Stylelint support ?

js2me opened this issue over 5 years ago