Skip to content

Commit ae3f193

Browse files
committed
v1.2.0
1 parent 89f27e4 commit ae3f193

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
# v1.1.0
27

38
- Experimental support for linting expressions in the template, behind the `svelte3/lint-template` setting. This feature requires Svelte 3.2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-svelte3",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "An ESLint plugin for Svelte v3 components.",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)