Update checked-in dependencies
This commit is contained in:
parent
67f7ac2add
commit
02c45745e3
174 changed files with 2781 additions and 5722 deletions
4
node_modules/eslint-plugin-import/docs/rules/no-nodejs-modules.md
generated
vendored
4
node_modules/eslint-plugin-import/docs/rules/no-nodejs-modules.md
generated
vendored
|
|
@ -4,11 +4,11 @@
|
|||
|
||||
Forbid the use of Node.js builtin modules. Can be useful for client-side web projects that do not have access to those modules.
|
||||
|
||||
### Options
|
||||
## Options
|
||||
|
||||
This rule supports the following options:
|
||||
|
||||
- `allow`: Array of names of allowed modules. Defaults to an empty array.
|
||||
- `allow`: Array of names of allowed modules. Defaults to an empty array.
|
||||
|
||||
## Rule Details
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue