We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d693ff0 commit b26f5ceCopy full SHA for b26f5ce
docs/README.md
@@ -32,7 +32,7 @@ The [svelte-eslint-parser] aims to make it easy to create your own rules for the
32
33
The [svelte-eslint-parser] and the `@ota-meshi/eslint-plugin-svelte` can not be used with the [eslint-plugin-svelte3].
34
35
-[svelte-eslint-parser]: https://www.npmjs.com/package/svelte-eslint-parser
+[svelte-eslint-parser]: https://github.com/ota-meshi/svelte-eslint-parser
36
[eslint-plugin-svelte3]: https://github.com/sveltejs/eslint-plugin-svelte3
37
[eslint]: https://eslint.org/
38
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ota-meshi/eslint-plugin-svelte",
3
- "version": "0.10.0",
+ "version": "0.11.0",
4
"publishConfig": {
5
"access": "public"
6
},
0 commit comments