File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ module.exports = {
2020 "prettier/prettier" : [
2121 "error" ,
2222 {
23- endOfLine : "off " ,
23+ endOfLine : "auto " ,
2424 } ,
2525 ] ,
2626 "simple-import-sort/imports" : "warn" ,
Original file line number Diff line number Diff line change @@ -28,5 +28,8 @@ export default defineConfig({
2828 "sharp" ,
2929 "node-html-parser" ,
3030 "crypto" ,
31+ "puppeteer" ,
32+ "puppeteer-extra" ,
33+ "puppeteer-extra-plugin-stealth" ,
3134 ] ,
3235} ) ;
Original file line number Diff line number Diff line change 1+ import inquirer from "inquirer" ;
12import { executablePath } from "puppeteer" ;
23import puppeteer from "puppeteer-extra" ;
34import StealthPlugin from "puppeteer-extra-plugin-stealth" ;
4- import inquirer from "inquirer" ;
55
66import type { ChapterType , ImageType } from "../shared/types.js" ;
77import type { ComicInfo } from "./comic.js" ;
You can’t perform that action at this time.
0 commit comments