File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import * as Generator from "yeoman-generator";
22import npmExists from "@webpack-cli/utils/npm-exists" ;
33import { getPackageManager } from "@webpack-cli/utils/package-manager" ;
44import { Input , List } from "@webpack-cli/webpack-scaffold" ;
5- // eslint-disable-next-line
65import webpackDevServerSchema from "webpack-dev-server/lib/options.json" ;
76import * as AutoComplete from "inquirer-autocomplete-prompt" ;
87import path , { resolve } from "path" ;
@@ -19,7 +18,6 @@ import { traverseAndGetProperties } from "./utils/add";
1918import { SchemaProperties , WebpackOptions } from "./types" ;
2019import entryQuestions from "./utils/entry" ;
2120import { generatePluginName } from "./utils/plugins" ;
22- // eslint-disable-next-line
2321import webpackSchema from "../optionsSchema.json" ;
2422
2523/**
You can’t perform that action at this time.
0 commit comments