Skip to content

Commit 6bd4e13

Browse files
authored
chore: move playground to eslint-online-playground (#829)
This PR is part of #824. It represents the first step in the omnisite. In this update, I switched playground to [eslint-online-playground](https://eslint-online-playground.netlify.app/#eslint-plugin-svelte%20with%20typescript). The transition to `twoslash-eslint` will be made in the next PR. After tht I think we can remove all ESLint runners from the documentation site to simplify the build process.
1 parent b1d59b4 commit 6bd4e13

File tree

12 files changed

+11
-724
lines changed

12 files changed

+11
-724
lines changed

.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://sveltejs.github.io/eslint-plugin-svelte/playground/#[hash]
82+
https://eslint-online-playground.netlify.app/#[hash]
8383
validations:
8484
required: true
8585
- type: textarea

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
`eslint-plugin-svelte` is the official [ESLint] plugin for [Svelte].
44
It provides many unique check rules by using the template AST.
5-
You can check on the [Online DEMO](https://sveltejs.github.io/eslint-plugin-svelte/playground/).
5+
You can check on the [Online DEMO](https://eslint-online-playground.netlify.app/#eslint-plugin-svelte%20with%20typescript).
66

77
**_We are working on experimental support for Svelte v5, but may break with new versions of Svelte v5._**
88

docs-svelte-kit/src/lib/components/ESLintPlayground.svelte

-278
This file was deleted.

0 commit comments

Comments
 (0)