Update checked-in dependencies
This commit is contained in:
parent
67f7ac2add
commit
02c45745e3
174 changed files with 2781 additions and 5722 deletions
5
node_modules/eslint-plugin-import/docs/rules/no-import-module-exports.md
generated
vendored
5
node_modules/eslint-plugin-import/docs/rules/no-import-module-exports.md
generated
vendored
|
|
@ -12,7 +12,8 @@ If you have multiple entry points or are using `js:next` this rule includes an
|
|||
|
||||
## Options
|
||||
|
||||
#### `exceptions`
|
||||
### `exceptions`
|
||||
|
||||
- An array of globs. The rule will be omitted from any file that matches a glob
|
||||
in the options array. For example, the following setting will omit the rule
|
||||
in the `some-file.js` file.
|
||||
|
|
@ -43,6 +44,7 @@ console.log(baz)
|
|||
```
|
||||
|
||||
### Pass
|
||||
|
||||
Given the following package.json:
|
||||
|
||||
```json
|
||||
|
|
@ -75,4 +77,5 @@ module.exports = foo;
|
|||
```
|
||||
|
||||
### Further Reading
|
||||
|
||||
- [webpack issue #4039](https://github.com/webpack/webpack/issues/4039)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue