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 {
|
import {
|
||||||
createReadStream,
|
createReadStream,
|
||||||
existsSync,
|
existsSync,
|
||||||
|
lstatSync,
|
||||||
readFileSync,
|
readFileSync,
|
||||||
ReadStream,
|
ReadStream,
|
||||||
writeFileSync,
|
writeFileSync,
|
||||||
lstatSync,
|
|
||||||
} from 'fs';
|
} from 'fs';
|
||||||
import * as mkdirp from 'mkdirp';
|
import * as mkdirp from 'mkdirp';
|
||||||
|
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
"e2e/**"
|
"e2e/**"
|
||||||
],
|
],
|
||||||
"include": [
|
"include": [
|
||||||
|
"cli/index.ts",
|
||||||
"./custom.d.ts",
|
"./custom.d.ts",
|
||||||
"./demo/playground/hmr-playground.tsx",
|
"./demo/playground/hmr-playground.tsx",
|
||||||
"./src/**/*.ts?",
|
"./src/**/*.ts?",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user