Update checked-in dependencies
This commit is contained in:
parent
67f7ac2add
commit
02c45745e3
174 changed files with 2781 additions and 5722 deletions
5
node_modules/eslint-plugin-import/docs/rules/first.md
generated
vendored
5
node_modules/eslint-plugin-import/docs/rules/first.md
generated
vendored
|
|
@ -57,6 +57,7 @@ Given that, see [#255] for the reasoning.
|
|||
### With Fixer
|
||||
|
||||
This rule contains a fixer to reorder in-body import to top, the following criteria applied:
|
||||
|
||||
1. Never re-order relative to each other, even if `absolute-first` is set.
|
||||
2. If an import creates an identifier, and that identifier is referenced at module level *before* the import itself, that won't be re-ordered.
|
||||
|
||||
|
|
@ -67,8 +68,8 @@ enable this rule.
|
|||
|
||||
## Further Reading
|
||||
|
||||
- [`import/order`]: a major step up from `absolute-first`
|
||||
- Issue [#255]
|
||||
- [`import/order`]: a major step up from `absolute-first`
|
||||
- Issue [#255]
|
||||
|
||||
[`import/order`]: ./order.md
|
||||
[#255]: https://github.com/import-js/eslint-plugin-import/issues/255
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue