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 89f27e4 commit ae3f193Copy full SHA for ae3f193
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# v1.2.0
2
+
3
+- Pass a second argument to the `svelte3/ignore-warnings` function that contains the entire warning object
4
+- Disregard `no-labels` rule and `no-restricted-syntax` rule in places where it disallows labels
5
6
# v1.1.0
7
8
- Experimental support for linting expressions in the template, behind the `svelte3/lint-template` setting. This feature requires Svelte 3.2.0
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-svelte3",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "An ESLint plugin for Svelte v3 components.",
"keywords": [
"eslint",
0 commit comments