Skip to content
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

chore: move repo #428

Merged
merged 2 commits into from
Apr 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"changelog": [
"@changesets/changelog-github",
{
"repo": "ota-meshi/eslint-plugin-svelte"
"repo": "sveltejs/eslint-plugin-svelte"
}
],
"commit": false,
Expand Down
5 changes: 5 additions & 0 deletions .changeset/heavy-crabs-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-plugin-svelte": minor
---

chore: move repo and move url of rule docs
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
!/.*.js
/docs-svelte-kit/src/routes/*.md
/docs-svelte-kit/src/routes/**/*.md
/docs-svelte-kit/src/app.html

# JSONSchema bug?
/.devcontainer/devcontainer.json
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ body:
placeholder: |
https://github.com/[your]/[repo]
or
https://ota-meshi.github.io/eslint-plugin-svelte/playground/#[hash]
https://sveltejs.github.io/eslint-plugin-svelte/playground/#[hash]
validations:
required: true
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
stale:
if: github.repository == 'ota-meshi/eslint-plugin-svelte'
if: github.repository == 'sveltejs/eslint-plugin-svelte'
name: Close stale issues with missing information
runs-on: ubuntu-latest
steps:
Expand Down
92 changes: 46 additions & 46 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Thanks for contributing!
## Installation

```sh
git clone https://github.com/ota-meshi/eslint-plugin-svelte.git
git clone https://github.com/sveltejs/eslint-plugin-svelte.git
cd eslint-plugin-svelte
yarn
```
Expand Down
126 changes: 63 additions & 63 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs-svelte-kit/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta property="og:type" content="website" />
<meta
property="og:image"
content="https://ota-meshi.github.io/eslint-plugin-svelte/favicon.png"
content="https://sveltejs.github.io/eslint-plugin-svelte/favicon.png"
/>
<meta property="og:site_name" content="eslint-plugin-svelte" />
<meta
Expand Down
2 changes: 1 addition & 1 deletion docs-svelte-kit/src/lib/footer/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<div class="footer-tools">
<div class="edit-link">
<a
href="https://github.com/ota-meshi/eslint-plugin-svelte/edit/main/docs/{markdownPath(
href="https://github.com/sveltejs/eslint-plugin-svelte/edit/main/docs/{markdownPath(
$page.url.pathname,
)}"
target="_blank"
Expand Down
2 changes: 1 addition & 1 deletion docs-svelte-kit/src/lib/header/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

<div class="corner">
<a
href="https://github.com/ota-meshi/eslint-plugin-svelte"
href="https://github.com/sveltejs/eslint-plugin-svelte"
target="_blank"
class="github-link"
rel="noopener noreferrer"
Expand Down
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ You can check on the [Online DEMO](./playground.md).
[![NPM downloads](https://img.shields.io/npm/dm/eslint-plugin-svelte.svg)](http://www.npmtrends.com/eslint-plugin-svelte)
[![NPM downloads](https://img.shields.io/npm/dy/eslint-plugin-svelte.svg)](http://www.npmtrends.com/eslint-plugin-svelte)
[![NPM downloads](https://img.shields.io/npm/dt/eslint-plugin-svelte.svg)](http://www.npmtrends.com/eslint-plugin-svelte)
[![Build Status](https://github.com/ota-meshi/eslint-plugin-svelte/workflows/CI/badge.svg?branch=main)](https://github.com/ota-meshi/eslint-plugin-svelte/actions?query=workflow%3ACI)
[![Build Status](https://github.com/sveltejs/eslint-plugin-svelte/workflows/CI/badge.svg?branch=main)](https://github.com/sveltejs/eslint-plugin-svelte/actions?query=workflow%3ACI)

[![type-coverage](https://img.shields.io/badge/dynamic/json.svg?label=type-coverage&prefix=%E2%89%A5&suffix=%&query=$.typeCoverage.atLeast&uri=https%3A%2F%2Fraw.githubusercontent.com%2Fota-meshi%2Feslint-plugin-svelte%2Fmain%2Fpackage.json)](https://github.com/plantain-00/type-coverage)
[![type-coverage](https://img.shields.io/badge/dynamic/json.svg?label=type-coverage&prefix=%E2%89%A5&suffix=%&query=$.typeCoverage.atLeast&uri=https%3A%2F%2Fraw.githubusercontent.com%2Fsveltejs%2Feslint-plugin-svelte%2Fmain%2Fpackage.json)](https://github.com/plantain-00/type-coverage)
[![Conventional Commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![Code Style: Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![changesets](https://img.shields.io/badge/maintained%20with-changesets-176de3.svg)](https://github.com/atlassian/changesets)
Expand All @@ -37,7 +37,7 @@ The [svelte-eslint-parser] aims to make it easy to create your own rules for the

The [svelte-eslint-parser] and the `eslint-plugin-svelte` can not be used with the [eslint-plugin-svelte3].

[svelte-eslint-parser]: https://github.com/ota-meshi/svelte-eslint-parser
[svelte-eslint-parser]: https://github.com/sveltejs/svelte-eslint-parser
[eslint-plugin-svelte3]: https://github.com/sveltejs/eslint-plugin-svelte3

## :book: Usage
Expand All @@ -52,7 +52,7 @@ See [Available Rules](./rules.md).

## :lock: License

See the [LICENSE](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/LICENSE) file for license rights and limitations (MIT).
See the [LICENSE](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/LICENSE) file for license rights and limitations (MIT).

[svelte]: https://svelte.dev/
[eslint]: https://eslint.org/
2 changes: 1 addition & 1 deletion docs/playground.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ hiddenMenu: true

<ESLintPlayground>

The playground is [here](https://ota-meshi.github.io/eslint-plugin-svelte/playground/)!!
The playground is [here](https://sveltejs.github.io/eslint-plugin-svelte/playground/)!!

</ESLintPlayground>
4 changes: 2 additions & 2 deletions docs/rules/@typescript-eslint/no-unnecessary-condition.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ This rule was introduced in eslint-plugin-svelte v2.9.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/@typescript-eslint/no-unnecessary-condition.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/@typescript-eslint/no-unnecessary-condition.ts)
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/@typescript-eslint/no-unnecessary-condition.ts)
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/@typescript-eslint/no-unnecessary-condition.ts)

<sup>Taken with ❤️ [from @typescript-eslint/eslint-plugin](https://typescript-eslint.io/rules/no-unnecessary-condition/)</sup>
4 changes: 2 additions & 2 deletions docs/rules/block-lang.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ This rule was introduced in eslint-plugin-svelte v2.18.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/block-lang.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/block-lang.ts)
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/block-lang.ts)
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/block-lang.ts)
4 changes: 2 additions & 2 deletions docs/rules/button-has-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ This rule was introduced in eslint-plugin-svelte v0.0.4

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/button-has-type.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/button-has-type.ts)
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/button-has-type.ts)
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/button-has-type.ts)
4 changes: 2 additions & 2 deletions docs/rules/comment-directive.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ This rule was introduced in eslint-plugin-svelte v0.0.13

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/comment-directive.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/comment-directive.ts)
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/comment-directive.ts)
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/comment-directive.ts)
4 changes: 2 additions & 2 deletions docs/rules/derived-has-same-inputs-outputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ This rule was introduced in eslint-plugin-svelte v2.8.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/derived-has-same-inputs-outputs.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/derived-has-same-inputs-outputs.ts)
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/derived-has-same-inputs-outputs.ts)
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/derived-has-same-inputs-outputs.ts)
4 changes: 2 additions & 2 deletions docs/rules/experimental-require-slot-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ This rule was introduced in eslint-plugin-svelte v2.18.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/experimental-require-slot-types.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/experimental-require-slot-types.ts)
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/experimental-require-slot-types.ts)
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/experimental-require-slot-types.ts)
4 changes: 2 additions & 2 deletions docs/rules/experimental-require-strict-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ This rule was introduced in eslint-plugin-svelte v2.18.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/experimental-require-strict-events.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/experimental-require-strict-events.ts)
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/experimental-require-strict-events.ts)
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/experimental-require-strict-events.ts)
4 changes: 2 additions & 2 deletions docs/rules/first-attribute-linebreak.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ This rule was introduced in eslint-plugin-svelte v0.6.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/first-attribute-linebreak.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/first-attribute-linebreak.ts)
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/first-attribute-linebreak.ts)
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/first-attribute-linebreak.ts)
4 changes: 2 additions & 2 deletions docs/rules/html-closing-bracket-spacing.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ This rule was introduced in eslint-plugin-svelte v2.3.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/html-closing-bracket-spacing.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/html-closing-bracket-spacing.ts)
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/html-closing-bracket-spacing.ts)
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/html-closing-bracket-spacing.ts)
4 changes: 2 additions & 2 deletions docs/rules/html-quotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ This rule was introduced in eslint-plugin-svelte v0.5.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/html-quotes.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/html-quotes.ts)
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/html-quotes.ts)
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/html-quotes.ts)
4 changes: 2 additions & 2 deletions docs/rules/html-self-closing.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ This rule was introduced in eslint-plugin-svelte v2.5.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/html-self-closing.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/html-self-closing.ts)
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/html-self-closing.ts)
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/html-self-closing.ts)
4 changes: 2 additions & 2 deletions docs/rules/indent.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ This rule was introduced in eslint-plugin-svelte v0.3.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/indent.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/indent.ts)
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/indent.ts)
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/indent.ts)
4 changes: 2 additions & 2 deletions docs/rules/infinite-reactive-loop.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ This rule was introduced in eslint-plugin-svelte v2.16.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/infinite-reactive-loop.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/infinite-reactive-loop.ts)
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/infinite-reactive-loop.ts)
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/infinite-reactive-loop.ts)
4 changes: 2 additions & 2 deletions docs/rules/max-attributes-per-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ This rule was introduced in eslint-plugin-svelte v0.2.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/max-attributes-per-line.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/max-attributes-per-line.ts)
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/max-attributes-per-line.ts)
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/max-attributes-per-line.ts)
4 changes: 2 additions & 2 deletions docs/rules/mustache-spacing.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ This rule was introduced in eslint-plugin-svelte v0.15.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/mustache-spacing.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/mustache-spacing.ts)
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/mustache-spacing.ts)
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/mustache-spacing.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-at-debug-tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ This rule was introduced in eslint-plugin-svelte v0.0.1

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-at-debug-tags.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/no-at-debug-tags.ts)
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/no-at-debug-tags.ts)
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/no-at-debug-tags.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-at-html-tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ This rule was introduced in eslint-plugin-svelte v0.0.1

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-at-html-tags.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/no-at-html-tags.ts)
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/no-at-html-tags.ts)
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/no-at-html-tags.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-dom-manipulating.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ This rule was introduced in eslint-plugin-svelte v2.13.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-dom-manipulating.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/no-dom-manipulating.ts)
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/no-dom-manipulating.ts)
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/no-dom-manipulating.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-dupe-else-if-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,5 @@ This rule was introduced in eslint-plugin-svelte v0.0.1

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-dupe-else-if-blocks.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/no-dupe-else-if-blocks.ts)
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/no-dupe-else-if-blocks.ts)
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/no-dupe-else-if-blocks.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-dupe-on-directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ This rule was introduced in eslint-plugin-svelte v2.14.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-dupe-on-directives.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/no-dupe-on-directives.ts)
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/no-dupe-on-directives.ts)
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/no-dupe-on-directives.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-dupe-style-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ This rule was introduced in eslint-plugin-svelte v0.31.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-dupe-style-properties.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/no-dupe-style-properties.ts)
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/no-dupe-style-properties.ts)
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/no-dupe-style-properties.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-dupe-use-directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ This rule was introduced in eslint-plugin-svelte v2.14.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-dupe-use-directives.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/no-dupe-use-directives.ts)
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/no-dupe-use-directives.ts)
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/no-dupe-use-directives.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-dynamic-slot-name.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ This rule was introduced in eslint-plugin-svelte v0.14.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-dynamic-slot-name.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/no-dynamic-slot-name.ts)
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/no-dynamic-slot-name.ts)
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/no-dynamic-slot-name.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-export-load-in-svelte-module-in-kit-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ This rule was introduced in eslint-plugin-svelte v2.12.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-export-load-in-svelte-module-in-kit-pages.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/no-export-load-in-svelte-module-in-kit-pages.ts)
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/no-export-load-in-svelte-module-in-kit-pages.ts)
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/no-export-load-in-svelte-module-in-kit-pages.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-extra-reactive-curlies.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ This rule was introduced in eslint-plugin-svelte v2.4.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-extra-reactive-curlies.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/no-extra-reactive-curlies.ts)
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/no-extra-reactive-curlies.ts)
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/no-extra-reactive-curlies.ts)