Skip to content

Commit 693f40d

Browse files
committed
chore(deps): fix lint errors
1 parent a0197f4 commit 693f40d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/generator-cli/webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* eslint-disable no-undef */
2-
/* eslint-disable @typescript-eslint/no-var-requires */
1+
/* eslint-disable */
2+
33
const { composePlugins, withNx } = require('@nx/webpack');
44
const { name, version, ...packageConfig } = require('../../package.json');
55
const GeneratePackageJsonPlugin = require('generate-package-json-webpack-plugin');

0 commit comments

Comments
 (0)