Update checked-in dependencies
This commit is contained in:
parent
67f7ac2add
commit
02c45745e3
174 changed files with 2781 additions and 5722 deletions
6
node_modules/eslint-plugin-import/docs/rules/no-absolute-path.md
generated
vendored
6
node_modules/eslint-plugin-import/docs/rules/no-absolute-path.md
generated
vendored
|
|
@ -38,9 +38,9 @@ By default, only ES6 imports and CommonJS `require` calls will have this rule en
|
|||
|
||||
You may provide an options object providing true/false for any of
|
||||
|
||||
- `esmodule`: defaults to `true`
|
||||
- `commonjs`: defaults to `true`
|
||||
- `amd`: defaults to `false`
|
||||
- `esmodule`: defaults to `true`
|
||||
- `commonjs`: defaults to `true`
|
||||
- `amd`: defaults to `false`
|
||||
|
||||
If `{ amd: true }` is provided, dependency paths for AMD-style `define` and `require`
|
||||
calls will be resolved:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue