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+
19# 3.1.2
210
311- Silence some incorrect ` unsafe-member-access ` errors - see README for current limitations
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments