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 eb84177 commit e8d997dCopy full SHA for e8d997d
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 3.1.1
2
+
3
+- Fix erroneous errors from two-way binding in TypeScript components
4
+- Fix erroneous warnings from the removal of `import`s in TypeScript components
5
6
# 3.1.0
7
8
- Add TypeScript support
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-svelte3",
- "version": "3.1.0",
+ "version": "3.1.1",
"description": "An ESLint plugin for Svelte v3 components.",
"keywords": [
"eslint",
0 commit comments