-
-
Notifications
You must be signed in to change notification settings - Fork 48
Insights: sveltejs/eslint-plugin-svelte
Overview
Could not load contribution data
Please try again later
11 Releases published by 1 person
-
[email protected]
published
Mar 17, 2025 -
[email protected]
published
Mar 17, 2025 -
[email protected]
published
Mar 17, 2025 -
[email protected]
published
Mar 17, 2025 -
[email protected]
published
Mar 18, 2025 -
[email protected]
published
Mar 18, 2025 -
[email protected]
published
Mar 20, 2025 -
[email protected]
published
Mar 29, 2025 -
[email protected]
published
Mar 31, 2025 -
[email protected]
published
Apr 1, 2025 -
[email protected]
published
Apr 4, 2025
40 Pull requests merged by 6 people
-
chore(deps): update dependency eslint to ~9.24.0
#1190 merged
Apr 5, 2025 -
chore: release eslint-plugin-svelte
#1189 merged
Apr 4, 2025 -
Follow-up for 1187
#1188 merged
Apr 4, 2025 -
chore: move compat dependency to devDependencies
#1187 merged
Apr 4, 2025 -
chore: release eslint-plugin-svelte
#1183 merged
Apr 1, 2025 -
feat(no-unused-props): add
allowUnusedNestedProperties
option#1171 merged
Apr 1, 2025 -
fix(no-unused-props): handle alias props name properly
#1178 merged
Apr 1, 2025 -
chore: add bind tests for
no-unnecessary-state-wrap
#1181 merged
Apr 1, 2025 -
chore: release eslint-plugin-svelte
#1175 merged
Mar 31, 2025 -
test: use
Linter
andESLint
directly from eslint in tests#1177 merged
Mar 31, 2025 -
chore: use
context.cwd
#1176 merged
Mar 31, 2025 -
chore: use
context.filename
andcontext.physicalFilename
#1174 merged
Mar 31, 2025 -
chore: use
context.sourceCode
instead of compat#1173 merged
Mar 31, 2025 -
chore: release eslint-plugin-svelte
#1166 merged
Mar 29, 2025 -
chore: update
svelte-eslint-parser
to 1.1.1#1167 merged
Mar 29, 2025 -
feat: add fixer to
require-store-callbacks-use-set-param
#1165 merged
Mar 29, 2025 -
feat: add fixer for
derived-has-same-inputs-outputs
#1163 merged
Mar 29, 2025 -
feat: add fixer for
no-at-debug-tags
#1164 merged
Mar 29, 2025 -
chore(deps): update pnpm/action-setup action to v4
#1152 merged
Mar 29, 2025 -
chore: add editorconfig
#1161 merged
Mar 29, 2025 -
chore: rename variable names in
no-unused-props
#1160 merged
Mar 29, 2025 -
test: account for js output in test cases
#1162 merged
Mar 29, 2025 -
chore(deps): update dependency eslint to ~9.23.0
#1149 merged
Mar 22, 2025 -
chore: release eslint-plugin-svelte
#1147 merged
Mar 20, 2025 -
fix(no-unused-props): resolve false positives on props with default values or $bindable usage
#1146 merged
Mar 20, 2025 -
chore: release eslint-plugin-svelte
#1144 merged
Mar 18, 2025 -
fix: stop reporting child properties in
no-unused-props
when the parent object itself is used#1143 merged
Mar 18, 2025 -
chore: release eslint-plugin-svelte
#1141 merged
Mar 18, 2025 -
fix(no-useless-mustaches): Wrong auto-fix for quoted mustaches
#1140 merged
Mar 18, 2025 -
chore: release eslint-plugin-svelte
#1138 merged
Mar 17, 2025 -
chore: release eslint-plugin-svelte
#1137 merged
Mar 17, 2025 -
fix: correct detection of externally defined types in
no-unused-props
rule#1135 merged
Mar 17, 2025 -
chore: update required Node.js version in README
#1130 merged
Mar 17, 2025 -
chore: release eslint-plugin-svelte
#1129 merged
Mar 17, 2025 -
fix: resolve false positives on nested objects in
no-unused-props
rule#1128 merged
Mar 17, 2025 -
chore: release eslint-plugin-svelte
#1127 merged
Mar 17, 2025 -
feat: add
no-unnecessary-state-wrap
rule#1062 merged
Mar 16, 2025 -
feat: add
no-unused-props
rule#1061 merged
Mar 16, 2025
4 Pull requests opened by 3 people
-
feat(consistent-selector-style): added support for dynamic classes and IDs
#1148 opened
Mar 20, 2025 -
feat: added the `prefer-svelte-reactivity` rule
#1151 opened
Mar 24, 2025 -
feat: add `prefer-writable-derived` rule
#1170 opened
Mar 31, 2025 -
fix(deps): update dependency known-css-properties to ^0.36.0
#1193 opened
Apr 13, 2025
19 Issues closed by 4 people
-
Union types for props cause trigger of `svelte/no-unused-props`
#1168 closed
Apr 1, 2025 -
no-unused-props linting error when renaming Svelte 5 props
#1182 closed
Apr 1, 2025 -
svelte/no-unused-props does not always respect aliases
#1172 closed
Apr 1, 2025 -
svelte/no-unnecessary-state-wrap cause unsolvable error with svelte(non_reactive_update)
#1180 closed
Apr 1, 2025 -
svelte/no-useless-mustaches is too restrictive
#1179 closed
Apr 1, 2025 -
`no-unused-props` reports false positive
#1159 closed
Mar 27, 2025 -
`@typescript-eslint/no-use-before-define` reports `$props` unepectedly
#1158 closed
Mar 27, 2025 -
`svelte/require-each-key` should ignore static arrays
#1157 closed
Mar 26, 2025 -
Add rule for passing prop that doesn't exist
#1156 closed
Mar 26, 2025 -
`eslint .` crashes and reports TypeError: Converting circular structure to JSON
#1153 closed
Mar 26, 2025 -
`svelte/no-unused-props` false positives
#1155 closed
Mar 26, 2025 -
bug: no-unused-props falsely reports props as unused when they have default value
#1145 closed
Mar 20, 2025 -
bug: `no-unused-props` fails with nested object type
#1142 closed
Mar 18, 2025 -
svelte/no-useless-mustaches breaks on string literals containing quotes
#1139 closed
Mar 18, 2025 -
bug: `no-unused-props` doesn't check `tuples` and `branded types` properly
#1134 closed
Mar 17, 2025 -
Migration from 3.1.0 to 3.2.1 yields *thousands* of svelte/no-unused-props errors
#1136 closed
Mar 17, 2025 -
bug: `no-unused-props`'s option `checkImportedTypes` doesn't work
#1133 closed
Mar 17, 2025 -
disallow $state(new SvelteSet) and similar
#1052 closed
Mar 16, 2025 -
Add rule `no-unused-props`
#1028 closed
Mar 16, 2025
7 Issues opened by 6 people
-
svelte-ignore reactive-component not working
#1192 opened
Apr 9, 2025 -
No Implicit Any, not being flagged
#1191 opened
Apr 6, 2025 -
new rule: `no-nested-style-tag`
#1186 opened
Apr 3, 2025 -
suggest using writable `$derived` if `$effect` is simply setting one variable equal to another
#1169 opened
Mar 30, 2025 -
no-unnecessary-state-wrap triggers too often
#1154 opened
Mar 25, 2025 -
ESLint doesn't know types of functions on components
#1150 opened
Mar 22, 2025 -
new rule to cover `console_log_state`
#1131 opened
Mar 17, 2025
7 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
feat: added the `require-event-prefix` rule
#1069 commented on
Mar 18, 2025 • 2 new comments -
`consistent-selector-style`: What to do with dynamic class/ID names?
#1109 commented on
Mar 17, 2025 • 0 new comments -
`consistent-selector-style`: ID selector problematic
#1106 commented on
Mar 20, 2025 • 0 new comments -
Parsing Svelte files with types is slow, and slows down more as more files are added to project
#1084 commented on
Mar 27, 2025 • 0 new comments -
⚠️ Read this about TS parsing errors before submitting an issue ⚠️
#1111 commented on
Apr 10, 2025 • 0 new comments -
chore(deps): update pnpm to v10
#1053 commented on
Apr 7, 2025 • 0 new comments -
chore(deps): update dependency typescript to ~5.8.0
#1112 commented on
Apr 5, 2025 • 0 new comments