Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sveltejs/eslint-plugin-svelte
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: eslint-plugin-svelte@3.5.1
Choose a base ref
...
head repository: sveltejs/eslint-plugin-svelte
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Apr 4, 2025

  1. docs: update valid-each-key, require-each-key, no-at-html-tags, prefe…

    …r-class-directive further reading links (#1185)
    andrewpollack authored Apr 4, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    43bf1b7 View commit details

Commits on Apr 5, 2025

  1. chore(deps): update dependency eslint to ~9.24.0 (#1190)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 5, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ad528c9 View commit details
Showing with 5 additions and 5 deletions.
  1. +1 −1 docs/rules/no-at-html-tags.md
  2. +1 −1 docs/rules/prefer-class-directive.md
  3. +1 −1 docs/rules/require-each-key.md
  4. +1 −1 docs/rules/valid-each-key.md
  5. +1 −1 package.json
2 changes: 1 addition & 1 deletion docs/rules/no-at-html-tags.md
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ If you are certain the content passed to `{@html}` is sanitized HTML you can dis

## :books: Further Reading

- [Svelte - Tutorial > 1. Introduction / HTML tags](https://svelte.dev/tutorial/html-tags)
- [Svelte - Tutorial > Basic Svelte / Introduction / HTML tags](https://svelte.dev/tutorial/svelte/html-tags)

## :rocket: Version

2 changes: 1 addition & 1 deletion docs/rules/prefer-class-directive.md
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ You cannot enforce this style by using [prettier-plugin-svelte]. That is, this r

## :books: Further Reading

- [Svelte - Tutorial > 13. Classes / The class directive](https://svelte.dev/tutorial/classes)
- [Svelte - Tutorial > Basic Svelte / Classes and styles / The class atribute](https://svelte.dev/tutorial/svelte/classes)

## :rocket: Version

2 changes: 1 addition & 1 deletion docs/rules/require-each-key.md
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ Nothing.

## :books: Further Reading

- [Svelte - Tutorial > 4. Logic / Keyed each blocks](https://svelte.dev/tutorial/svelte/keyed-each-blocks)
- [Svelte - Tutorial > Basic Svelte / Logic / Keyed each blocks](https://svelte.dev/tutorial/svelte/keyed-each-blocks)

## :rocket: Version

2 changes: 1 addition & 1 deletion docs/rules/valid-each-key.md
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@ Nothing.

## :books: Further Reading

- [Svelte - Tutorial > 4. Logic / Keyed each blocks](https://svelte.dev/tutorial/keyed-each-blocks)
- [Svelte - Tutorial > Basic Svelte / Logic / Keyed each blocks](https://svelte.dev/tutorial/svelte/keyed-each-blocks)

## :rocket: Version

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
"@typescript-eslint/parser": "^8.16.0",
"c8": "^10.1.2",
"env-cmd": "^10.1.0",
"eslint": "~9.23.0",
"eslint": "~9.24.0",
"eslint-config-prettier": "^10.0.0",
"eslint-formatter-friendly": "^7.0.0",
"eslint-plugin-eslint-plugin": "^6.3.2",