Skip to content

Commit

Permalink
chore: change eslint and cspell silencer
Browse files Browse the repository at this point in the history
  • Loading branch information
maverox committed May 19, 2024
1 parent 93c2142 commit 85b06bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/create-webpack-app/bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import path from "node:path";
import { fileURLToPath } from "node:url";
import minimist from "minimist";
import { Plop, run } from "plop";
/* cSpell:disable */
// cSpell:ignore plopfile, plopfile.js
const args = process.argv.slice(2);
const argv = minimist(args);
const __filename = fileURLToPath(import.meta.url);
Expand Down
1 change: 0 additions & 1 deletion packages/create-webpack-app/src/plopfile.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { NodePlopAPI } from "./types";
import { resolve } from "path";
import ejs from "ejs";
/* eslint-disable no-unused-vars */

export default function (plop: NodePlopAPI) {
const dependencies = ["webpack", "webpack-cli"];
Expand Down

0 comments on commit 85b06bc

Please sign in to comment.