@@ -15,9 +15,9 @@ You can check on the [Online DEMO](./playground.md).
15
15
[ ![ NPM downloads] ( https://img.shields.io/npm/dm/eslint-plugin-svelte.svg )] ( http://www.npmtrends.com/eslint-plugin-svelte )
16
16
[ ![ NPM downloads] ( https://img.shields.io/npm/dy/eslint-plugin-svelte.svg )] ( http://www.npmtrends.com/eslint-plugin-svelte )
17
17
[ ![ 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 )
19
19
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 )
21
21
[ ![ Conventional Commits] ( https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg )] ( https://conventionalcommits.org )
22
22
[ ![ Code Style: Prettier] ( https://img.shields.io/badge/code_style-prettier-ff69b4.svg )] ( https://github.com/prettier/prettier )
23
23
[ ![ 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
37
37
38
38
The [ svelte-eslint-parser] and the ` eslint-plugin-svelte ` can not be used with the [ eslint-plugin-svelte3] .
39
39
40
- [ svelte-eslint-parser ] : https://github.com/ota-meshi /svelte-eslint-parser
40
+ [ svelte-eslint-parser ] : https://github.com/sveltejs /svelte-eslint-parser
41
41
[ eslint-plugin-svelte3 ] : https://github.com/sveltejs/eslint-plugin-svelte3
42
42
43
43
## :book : Usage
@@ -52,7 +52,7 @@ See [Available Rules](./rules.md).
52
52
53
53
## :lock : License
54
54
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).
56
56
57
57
[ svelte ] : https://svelte.dev/
58
58
[ eslint ] : https://eslint.org/
0 commit comments