mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 06:04:56 +03:00
fix(cli): Lint cli/index.ts (#1072)
This commit is contained in:
parent
70931acfde
commit
8d28a6eef8
|
@ -17,10 +17,10 @@ import { watch } from 'chokidar';
|
|||
import {
|
||||
createReadStream,
|
||||
existsSync,
|
||||
lstatSync,
|
||||
readFileSync,
|
||||
ReadStream,
|
||||
writeFileSync,
|
||||
lstatSync,
|
||||
} from 'fs';
|
||||
import * as mkdirp from 'mkdirp';
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
"e2e/**"
|
||||
],
|
||||
"include": [
|
||||
"cli/index.ts",
|
||||
"./custom.d.ts",
|
||||
"./demo/playground/hmr-playground.tsx",
|
||||
"./src/**/*.ts?",
|
||||
|
|
Loading…
Reference in New Issue
Block a user