mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 00:09:48 +02:00
fix(v2): Add missing dependencies to packages (#3355)
This commit is contained in:
parent
c8d6e418ff
commit
16ae3bf462
8 changed files with 15 additions and 7 deletions
2
packages/docusaurus-types/src/index.d.ts
vendored
2
packages/docusaurus-types/src/index.d.ts
vendored
|
@ -5,6 +5,8 @@
|
|||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
// ESLint doesn't understand types dependencies in d.ts
|
||||
// eslint-disable-next-line import/no-extraneous-dependencies
|
||||
import {Loader, Configuration} from 'webpack';
|
||||
import {Command} from 'commander';
|
||||
import {ParsedUrlQueryInput} from 'querystring';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue