Navigation Menu

Skip to content

Commit

Permalink
chore: remove eslint disable comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh3112 committed Jun 5, 2019
1 parent 5ee4169 commit d72ac08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/generators/add-generator.ts
Expand Up @@ -2,7 +2,6 @@ import * as Generator from "yeoman-generator";
import npmExists from "@webpack-cli/utils/npm-exists";
import { getPackageManager } from "@webpack-cli/utils/package-manager";
import { Input, List } from "@webpack-cli/webpack-scaffold";
// eslint-disable-next-line
import webpackDevServerSchema from "webpack-dev-server/lib/options.json";
import * as AutoComplete from "inquirer-autocomplete-prompt";
import path, { resolve } from "path";
Expand All @@ -19,7 +18,6 @@ import { traverseAndGetProperties } from "./utils/add";
import { SchemaProperties, WebpackOptions } from "./types";
import entryQuestions from "./utils/entry";
import { generatePluginName } from "./utils/plugins";
// eslint-disable-next-line
import webpackSchema from "../optionsSchema.json";

/**
Expand Down

0 comments on commit d72ac08

Please sign in to comment.