Bump eslint-plugin-import to avoid vulnerability in dependency
This commit is contained in:
parent
10695e6a20
commit
ed9506bbaf
1660 changed files with 67726 additions and 27926 deletions
10
node_modules/eslint-plugin-import/docs/rules/imports-first.md
generated
vendored
10
node_modules/eslint-plugin-import/docs/rules/imports-first.md
generated
vendored
|
|
@ -1,3 +1,9 @@
|
|||
# imports-first
|
||||
# import/imports-first
|
||||
|
||||
This rule was **deprecated** in eslint-plugin-import v2.0.0. Please use the corresponding rule [`first`](https://github.com/import-js/eslint-plugin-import/blob/master/docs/rules/first.md).
|
||||
❌ This rule is deprecated.
|
||||
|
||||
🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).
|
||||
|
||||
<!-- end auto-generated rule header -->
|
||||
|
||||
This rule was **deprecated** in eslint-plugin-import v2.0.0. Please use the corresponding rule [`first`](https://github.com/import-js/eslint-plugin-import/blob/HEAD/docs/rules/first.md).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue