Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2021-08-09 19:49:16 +00:00
parent a0ab4842b5
commit 068ade0b31
93 changed files with 4472 additions and 4635 deletions

View file

@ -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';
```