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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 5 additions & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 46 additions & 46 deletions
Large diffs are not rendered by default.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
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

Lines changed: 63 additions & 63 deletions
Large diffs are not rendered by default.

docs-svelte-kit/src/app.html

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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"

0 commit comments

Comments
 (0)