Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update parser
  • Loading branch information
baseballyama committed Dec 1, 2024
commit 2ea901439a619e55fa3f058c6102f2d4c84ad08d
5 changes: 5 additions & 0 deletions .changeset/fast-coins-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'eslint-plugin-svelte': minor
---

feat: Support `<svelte:boundary>`
2 changes: 1 addition & 1 deletion packages/eslint-plugin-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"postcss-safe-parser": "^7.0.0",
"postcss-selector-parser": "^7.0.0",
"semver": "^7.6.3",
"svelte-eslint-parser": "^1.0.0-0"
"svelte-eslint-parser": "^1.0.0-next.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
Expand Down
Loading