We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab28ec5 commit 398353fCopy full SHA for 398353f
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# v0.4.4
2
+
3
+- With `svelte3/ignore-warnings`, don't wipe elements whose tag names merely begin with `<svelte`
4
+- The plugin is now published to npm
5
6
# v0.4.3
7
8
- Better handling for files linted in Windows/CRLF `linebreak-style`
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-svelte3",
- "version": "0.4.3",
+ "version": "0.4.4",
"description": "An ESLint plugin for Svelte v3 components.",
"keywords": [
"eslint",
0 commit comments