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/namespace.md
generated
vendored
4
node_modules/eslint-plugin-import/docs/rules/namespace.md
generated
vendored
|
|
@ -1,5 +1,9 @@
|
|||
# import/namespace
|
||||
|
||||
💼 This rule is enabled in the following configs: ❗ `errors`, ☑️ `recommended`.
|
||||
|
||||
<!-- end auto-generated rule header -->
|
||||
|
||||
Enforces names exist at the time they are dereferenced, when imported as a full namespace (i.e. `import * as foo from './foo'; foo.bar();` will report if `bar` is not exported by `./foo`.).
|
||||
|
||||
Will report at the import declaration if there are _no_ exported names found.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue