import-sort-style-custom
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -0,1 +1,8 @@ | ||
### [2.1.2](https://github.com/ifiokjr/import-sort-style-custom/compare/v2.1.1...v2.1.2) (2020-03-15) | ||
### Bug Fixes | ||
* handle circular tsconfig files ([4fe6676](https://github.com/ifiokjr/import-sort-style-custom/commit/4fe66762f97a3475d2974ab677dd1bf3b1dd66f0)) | ||
### [2.1.1](https://github.com/ifiokjr/import-sort-style-custom/compare/v2.1.0...v2.1.1) (2020-03-14) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "import-sort-style-custom", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Sort your imports using import-sort with aliases and custom configurations", | ||
@@ -56,3 +56,3 @@ "keywords": [ | ||
"import-sort-style": "^6.0.0", | ||
"tsconfig-resolver": "^2.1.1" | ||
"tsconfig-resolver": "^2.2.0" | ||
}, | ||
@@ -59,0 +59,0 @@ "devDependencies": { |
@@ -12,3 +12,3 @@ # import-sort-style-custom | ||
**Sort your imports taking into account your aliased tsconfig paths and other custom options. These paths are treated as internal imports.** | ||
> Sort your imports taking into account your aliased tsconfig paths and other custom options. These paths are treated as internal imports. | ||
@@ -22,2 +22,3 @@ <br /> | ||
- [Usage](#usage) | ||
- [Demo](#demo) | ||
- [Setup](#setup) | ||
@@ -73,2 +74,10 @@ - [Options](#options) | ||
## Demo | ||
The following animated flow shows what it's like when this is setup with prettier in your editor. | ||
 | ||
<br /> | ||
### Setup | ||
@@ -75,0 +84,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
98146
198
Updatedtsconfig-resolver@^2.2.0