Skip to content

Commit

Permalink
Release 6.2.4
Browse files Browse the repository at this point in the history
+ Fix extensions loading issue.

Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
Jérôme Benoit committed Feb 9, 2021
1 parent d13b6b0 commit acccf6e
Show file tree
Hide file tree
Showing 5 changed files with 193 additions and 145 deletions.
4 changes: 2 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended-requiring-type-checking",
"prettier/@typescript-eslint",
"plugin:prettier/recommended"
"prettier",
"prettier/@typescript-eslint"
],
"plugins": [
"@typescript-eslint"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ npm i -D import-sort-parser-typescript

## Release Notes

### 6.2.4

- Fix extension loading issue by forcing cosmiconfig version to 5.0.7

### 6.2.3

- Security upgrade on dependencies
Expand Down
Loading

0 comments on commit acccf6e

Please sign in to comment.