Skip to content

Commit 89925ea

Browse files
authored
chore: move repo (#428)
1 parent 5763b51 commit 89925ea

File tree

71 files changed

+245
-239
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+245
-239
lines changed

.changeset/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"changelog": [
44
"@changesets/changelog-github",
55
{
6-
"repo": "ota-meshi/eslint-plugin-svelte"
6+
"repo": "sveltejs/eslint-plugin-svelte"
77
}
88
],
99
"commit": false,

.changeset/heavy-crabs-wait.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-svelte": minor
3+
---
4+
5+
chore: move repo and move url of rule docs

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
!/.*.js
2222
/docs-svelte-kit/src/routes/*.md
2323
/docs-svelte-kit/src/routes/**/*.md
24+
/docs-svelte-kit/src/app.html
2425

2526
# JSONSchema bug?
2627
/.devcontainer/devcontainer.json

.github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ body:
7979
placeholder: |
8080
https://github.com/[your]/[repo]
8181
or
82-
https://ota-meshi.github.io/eslint-plugin-svelte/playground/#[hash]
82+
https://sveltejs.github.io/eslint-plugin-svelte/playground/#[hash]
8383
validations:
8484
required: true
8585
- type: textarea

.github/workflows/stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
stale:
12-
if: github.repository == 'ota-meshi/eslint-plugin-svelte'
12+
if: github.repository == 'sveltejs/eslint-plugin-svelte'
1313
name: Close stale issues with missing information
1414
runs-on: ubuntu-latest
1515
steps:

CHANGELOG.md

+46-46
Large diffs are not rendered by default.

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Thanks for contributing!
55
## Installation
66

77
```sh
8-
git clone https://github.com/ota-meshi/eslint-plugin-svelte.git
8+
git clone https://github.com/sveltejs/eslint-plugin-svelte.git
99
cd eslint-plugin-svelte
1010
yarn
1111
```

README.md

+63-63
Large diffs are not rendered by default.

docs-svelte-kit/src/app.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta property="og:type" content="website" />
1414
<meta
1515
property="og:image"
16-
content="https://ota-meshi.github.io/eslint-plugin-svelte/favicon.png"
16+
content="https://sveltejs.github.io/eslint-plugin-svelte/favicon.png"
1717
/>
1818
<meta property="og:site_name" content="eslint-plugin-svelte" />
1919
<meta

docs-svelte-kit/src/lib/footer/Footer.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<div class="footer-tools">
4242
<div class="edit-link">
4343
<a
44-
href="https://github.com/ota-meshi/eslint-plugin-svelte/edit/main/docs/{markdownPath(
44+
href="https://github.com/sveltejs/eslint-plugin-svelte/edit/main/docs/{markdownPath(
4545
$page.url.pathname,
4646
)}"
4747
target="_blank"

docs-svelte-kit/src/lib/header/Header.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
<div class="corner">
7070
<a
71-
href="https://github.com/ota-meshi/eslint-plugin-svelte"
71+
href="https://github.com/sveltejs/eslint-plugin-svelte"
7272
target="_blank"
7373
class="github-link"
7474
rel="noopener noreferrer"

docs/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ You can check on the [Online DEMO](./playground.md).
1515
[![NPM downloads](https://img.shields.io/npm/dm/eslint-plugin-svelte.svg)](http://www.npmtrends.com/eslint-plugin-svelte)
1616
[![NPM downloads](https://img.shields.io/npm/dy/eslint-plugin-svelte.svg)](http://www.npmtrends.com/eslint-plugin-svelte)
1717
[![NPM downloads](https://img.shields.io/npm/dt/eslint-plugin-svelte.svg)](http://www.npmtrends.com/eslint-plugin-svelte)
18-
[![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)
18+
[![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)
1919

20-
[![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)
20+
[![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)
2121
[![Conventional Commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
2222
[![Code Style: Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
2323
[![changesets](https://img.shields.io/badge/maintained%20with-changesets-176de3.svg)](https://github.com/atlassian/changesets)
@@ -37,7 +37,7 @@ The [svelte-eslint-parser] aims to make it easy to create your own rules for the
3737

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

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

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

5353
## :lock: License
5454

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

5757
[svelte]: https://svelte.dev/
5858
[eslint]: https://eslint.org/

docs/playground.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ hiddenMenu: true
77

88
<ESLintPlayground>
99

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

1212
</ESLintPlayground>

docs/rules/@typescript-eslint/no-unnecessary-condition.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This rule was introduced in eslint-plugin-svelte v2.9.0
6969

7070
## :mag: Implementation
7171

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

7575
<sup>Taken with ❤️ [from @typescript-eslint/eslint-plugin](https://typescript-eslint.io/rules/no-unnecessary-condition/)</sup>

docs/rules/block-lang.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ This rule was introduced in eslint-plugin-svelte v2.18.0
8484

8585
## :mag: Implementation
8686

87-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/block-lang.ts)
88-
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/block-lang.ts)
87+
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/block-lang.ts)
88+
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/block-lang.ts)

docs/rules/button-has-type.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ This rule was introduced in eslint-plugin-svelte v0.0.4
6767

6868
## :mag: Implementation
6969

70-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/button-has-type.ts)
71-
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/button-has-type.ts)
70+
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/button-has-type.ts)
71+
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/button-has-type.ts)

docs/rules/comment-directive.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@ This rule was introduced in eslint-plugin-svelte v0.0.13
112112

113113
## :mag: Implementation
114114

115-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/comment-directive.ts)
116-
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/comment-directive.ts)
115+
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/comment-directive.ts)
116+
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/comment-directive.ts)

docs/rules/derived-has-same-inputs-outputs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ This rule was introduced in eslint-plugin-svelte v2.8.0
5252

5353
## :mag: Implementation
5454

55-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/derived-has-same-inputs-outputs.ts)
56-
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/derived-has-same-inputs-outputs.ts)
55+
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/derived-has-same-inputs-outputs.ts)
56+
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/derived-has-same-inputs-outputs.ts)

docs/rules/experimental-require-slot-types.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@ This rule was introduced in eslint-plugin-svelte v2.18.0
112112

113113
## :mag: Implementation
114114

115-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/experimental-require-slot-types.ts)
116-
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/experimental-require-slot-types.ts)
115+
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/experimental-require-slot-types.ts)
116+
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/experimental-require-slot-types.ts)

docs/rules/experimental-require-strict-events.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ This rule was introduced in eslint-plugin-svelte v2.18.0
6464

6565
## :mag: Implementation
6666

67-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/experimental-require-strict-events.ts)
68-
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/experimental-require-strict-events.ts)
67+
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/experimental-require-strict-events.ts)
68+
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/experimental-require-strict-events.ts)

docs/rules/first-attribute-linebreak.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ This rule was introduced in eslint-plugin-svelte v0.6.0
8080

8181
## :mag: Implementation
8282

83-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/first-attribute-linebreak.ts)
84-
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/first-attribute-linebreak.ts)
83+
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/first-attribute-linebreak.ts)
84+
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/first-attribute-linebreak.ts)

docs/rules/html-closing-bracket-spacing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ This rule was introduced in eslint-plugin-svelte v2.3.0
7777

7878
## :mag: Implementation
7979

80-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/html-closing-bracket-spacing.ts)
81-
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/html-closing-bracket-spacing.ts)
80+
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/html-closing-bracket-spacing.ts)
81+
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/html-closing-bracket-spacing.ts)

docs/rules/html-quotes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ This rule was introduced in eslint-plugin-svelte v0.5.0
7373

7474
## :mag: Implementation
7575

76-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/html-quotes.ts)
77-
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/html-quotes.ts)
76+
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/html-quotes.ts)
77+
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/html-quotes.ts)

docs/rules/html-self-closing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ This rule was introduced in eslint-plugin-svelte v2.5.0
9797

9898
## :mag: Implementation
9999

100-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/html-self-closing.ts)
101-
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/html-self-closing.ts)
100+
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/html-self-closing.ts)
101+
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/html-self-closing.ts)

docs/rules/indent.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ This rule was introduced in eslint-plugin-svelte v0.3.0
9999

100100
## :mag: Implementation
101101

102-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/indent.ts)
103-
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/indent.ts)
102+
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/indent.ts)
103+
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/indent.ts)

docs/rules/infinite-reactive-loop.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ This rule was introduced in eslint-plugin-svelte v2.16.0
9999

100100
## :mag: Implementation
101101

102-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/infinite-reactive-loop.ts)
103-
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/infinite-reactive-loop.ts)
102+
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/infinite-reactive-loop.ts)
103+
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/infinite-reactive-loop.ts)

docs/rules/max-attributes-per-line.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@ This rule was introduced in eslint-plugin-svelte v0.2.0
8989

9090
## :mag: Implementation
9191

92-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/max-attributes-per-line.ts)
93-
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/max-attributes-per-line.ts)
92+
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/max-attributes-per-line.ts)
93+
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/max-attributes-per-line.ts)

docs/rules/mustache-spacing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ This rule was introduced in eslint-plugin-svelte v0.15.0
9494

9595
## :mag: Implementation
9696

97-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/mustache-spacing.ts)
98-
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/mustache-spacing.ts)
97+
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/mustache-spacing.ts)
98+
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/mustache-spacing.ts)

docs/rules/no-at-debug-tags.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ This rule was introduced in eslint-plugin-svelte v0.0.1
4949

5050
## :mag: Implementation
5151

52-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-at-debug-tags.ts)
53-
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/no-at-debug-tags.ts)
52+
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/no-at-debug-tags.ts)
53+
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/no-at-debug-tags.ts)

docs/rules/no-at-html-tags.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ This rule was introduced in eslint-plugin-svelte v0.0.1
5252

5353
## :mag: Implementation
5454

55-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-at-html-tags.ts)
56-
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/no-at-html-tags.ts)
55+
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/no-at-html-tags.ts)
56+
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/no-at-html-tags.ts)

docs/rules/no-dom-manipulating.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ This rule was introduced in eslint-plugin-svelte v2.13.0
108108

109109
## :mag: Implementation
110110

111-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-dom-manipulating.ts)
112-
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/no-dom-manipulating.ts)
111+
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/no-dom-manipulating.ts)
112+
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/no-dom-manipulating.ts)

docs/rules/no-dupe-else-if-blocks.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,5 @@ This rule was introduced in eslint-plugin-svelte v0.0.1
128128

129129
## :mag: Implementation
130130

131-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-dupe-else-if-blocks.ts)
132-
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/no-dupe-else-if-blocks.ts)
131+
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/no-dupe-else-if-blocks.ts)
132+
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/no-dupe-else-if-blocks.ts)

docs/rules/no-dupe-on-directives.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ This rule was introduced in eslint-plugin-svelte v2.14.0
5252

5353
## :mag: Implementation
5454

55-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-dupe-on-directives.ts)
56-
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/no-dupe-on-directives.ts)
55+
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/no-dupe-on-directives.ts)
56+
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/no-dupe-on-directives.ts)

docs/rules/no-dupe-style-properties.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ This rule was introduced in eslint-plugin-svelte v0.31.0
4747

4848
## :mag: Implementation
4949

50-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-dupe-style-properties.ts)
51-
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/no-dupe-style-properties.ts)
50+
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/no-dupe-style-properties.ts)
51+
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/no-dupe-style-properties.ts)

docs/rules/no-dupe-use-directives.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ This rule was introduced in eslint-plugin-svelte v2.14.0
4545

4646
## :mag: Implementation
4747

48-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-dupe-use-directives.ts)
49-
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/no-dupe-use-directives.ts)
48+
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/no-dupe-use-directives.ts)
49+
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/no-dupe-use-directives.ts)

docs/rules/no-dynamic-slot-name.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ This rule was introduced in eslint-plugin-svelte v0.14.0
4949

5050
## :mag: Implementation
5151

52-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-dynamic-slot-name.ts)
53-
- [Test source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/tests/src/rules/no-dynamic-slot-name.ts)
52+
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/no-dynamic-slot-name.ts)
53+
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/no-dynamic-slot-name.ts)

docs/rules/no-export-load-in-svelte-module-in-kit-pages.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ This rule was introduced in eslint-plugin-svelte v2.12.0
6262

6363
## :mag: Implementation
6464

65-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-export-load-in-svelte-module-in-kit-pages.ts)
66-
- [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)
65+
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/no-export-load-in-svelte-module-in-kit-pages.ts)
66+
- [Test source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/tests/src/rules/no-export-load-in-svelte-module-in-kit-pages.ts)

docs/rules/no-extra-reactive-curlies.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ This rule was introduced in eslint-plugin-svelte v2.4.0
5353

5454
## :mag: Implementation
5555

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

0 commit comments

Comments
 (0)