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
4
node_modules/eslint-plugin-import/docs/rules/no-unassigned-import.md
generated
vendored
4
node_modules/eslint-plugin-import/docs/rules/no-unassigned-import.md
generated
vendored
|
|
@ -1,4 +1,6 @@
|
|||
# import/no-unassigned-import: Forbid unassigned imports
|
||||
# import/no-unassigned-import
|
||||
|
||||
<!-- end auto-generated rule header -->
|
||||
|
||||
With both CommonJS' `require` and the ES6 modules' `import` syntax, it is possible to import a module but not to use its result. This can be done explicitly by not assigning the module to as variable. Doing so can mean either of the following things:
|
||||
- The module is imported but not used
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue