Skip to content

Commit 259263c

Browse files
committed
-> v3.2.0
1 parent 24c10d0 commit 259263c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 3.2.0
2+
3+
- Support lazy-loading TypeScript compiler
4+
- Support non-CommonJS format of ESLint configuration file when using TypeScript by specifying `true` in configuration
5+
- Improve logic for finding the correct `Linter` instance in a workspace with multiple directories
6+
- Improve filtering of `@typescript-eslint/indent` and `@typescript-eslint/quotes` messages like what already happens with `indent` and `quotes`
7+
- Fix erroneous messages when a component only writes to a store
8+
19
# 3.1.2
210

311
- Silence some incorrect `unsafe-member-access` errors - see README for current limitations

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": "3.1.2",
3+
"version": "3.2.0",
44
"description": "An ESLint plugin for Svelte v3 components.",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)