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 13cdc2e commit 2ac4f8dCopy full SHA for 2ac4f8d
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v1.1.0
2
+
3
+- Experimental support for linting expressions in the template, behind the `svelte3/lint-template` setting. This feature requires Svelte 3.2.0
4
5
# v1.0.0
6
7
- Svelte v3 release party!
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-svelte3",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "An ESLint plugin for Svelte v3 components.",
"keywords": [
"eslint",
0 commit comments