File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
9
# 3.1.2
2
10
3
11
- Silence some incorrect ` unsafe-member-access ` errors - see README for current limitations
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-svelte3" ,
3
- "version" : " 3.1.2 " ,
3
+ "version" : " 3.2.0 " ,
4
4
"description" : " An ESLint plugin for Svelte v3 components." ,
5
5
"keywords" : [
6
6
" eslint" ,
You can’t perform that action at this time.
0 commit comments