-
-
Notifications
You must be signed in to change notification settings - Fork 48
Issues: sveltejs/eslint-plugin-svelte
⚠️ Read this about TS parsing errors before submitting an iss...
#1111
opened Feb 28, 2025 by
baseballyama
Open
5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
False positive
no-unused-props
rule when accessing props using a mix of destructuring and property accessors after updating Vite to 5.4.18
#1198
opened Apr 17, 2025 by
ChanelZM
2 tasks done
Rule to enforce the inner order of Svelte 5 New feature or request
<script>
block
enhancement
#1196
opened Apr 16, 2025 by
AntonioVentilii
Rule to enforce use of New feature or request
$props
interface
enhancement
#1195
opened Apr 16, 2025 by
AntonioVentilii
new rule: New feature or request
new rule
svelte/no-add-event-listner
enhancement
#1194
opened Apr 14, 2025 by
baseballyama
svelte-ignore reactive-component not working
#1192
opened Apr 9, 2025 by
probablykasper
2 tasks done
new rule: New feature or request
new rule
no-nested-style-tag
enhancement
#1186
opened Apr 3, 2025 by
baseballyama
suggest using writable New feature or request
$derived
if $effect
is simply setting one variable equal to another
enhancement
#1169
opened Mar 30, 2025 by
benmccann
ESLint doesn't know types of functions on components
feat: typescript
#1150
opened Mar 22, 2025 by
jdesrosiers
2 tasks done
new rule to cover New feature or request
console_log_state
enhancement
#1131
opened Mar 17, 2025 by
rallets
⚠️ Read this about TS parsing errors before submitting an issue ⚠️
#1111
opened Feb 28, 2025 by
baseballyama
consistent-selector-style
: What to do with dynamic class/ID names?
#1109
opened Feb 26, 2025 by
marekdedic
2 tasks done
Parsing Svelte files with types is slow, and slows down more as more files are added to project
perf
Improvement of performance
#1084
opened Feb 25, 2025 by
mcous
2 tasks done
Add rule New feature or request
new rule
prefer-svelte-reactivity
enhancement
#1071
opened Feb 11, 2025 by
marekdedic
Prevents using both New feature or request
new rule
bind:value
and on:change
on the same elem (particularly input)
enhancement
#1058
opened Feb 7, 2025 by
tanin47
Indentation bug when using Extra attention is needed
svelte/indent
(RangeError: Maximum call stack size exceeded
)
formatting
help wanted
#998
opened Jan 7, 2025 by
AlbertMarashi
2 tasks done
Add rule New feature or request
new rule
require-event-prefix
enhancement
#910
opened Nov 8, 2024 by
marekdedic
Add rule: warn if entire attribute value is placed in es6 template literal
enhancement
New feature or request
help wanted
Extra attention is needed
new rule
feat: add configuration for derived-has-same-inputs-outputs
enhancement
New feature or request
store
#876
opened Oct 17, 2024 by
Azuriru
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.