Update checked-in dependencies
This commit is contained in:
parent
a0ab4842b5
commit
068ade0b31
93 changed files with 4472 additions and 4635 deletions
4
node_modules/eslint-plugin-import/docs/rules/extensions.md
generated
vendored
4
node_modules/eslint-plugin-import/docs/rules/extensions.md
generated
vendored
|
|
@ -109,8 +109,6 @@ import foo from './foo';
|
|||
import bar from './bar';
|
||||
|
||||
import Component from './Component';
|
||||
|
||||
import express from 'express';
|
||||
```
|
||||
|
||||
The following patterns are not considered problems when configuration set to "always":
|
||||
|
|
@ -122,8 +120,6 @@ import bar from './bar.json';
|
|||
|
||||
import Component from './Component.jsx';
|
||||
|
||||
import express from 'express/index.js';
|
||||
|
||||
import * as path from 'path';
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue