Skip to content

Commit f337acc

Browse files
mrseanbainesandriijas
authored andcommitted
Move unused eslint webpack import into @remove-on-eject block (#7856)
1 parent 9455ec5 commit f337acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/config/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ const getClientEnvironment = require('./env');
3333
const ModuleNotFoundPlugin = require('react-dev-utils/ModuleNotFoundPlugin');
3434
const ForkTsCheckerWebpackPlugin = require('react-dev-utils/ForkTsCheckerWebpackPlugin');
3535
const typescriptFormatter = require('react-dev-utils/typescriptFormatter');
36-
const eslint = require('eslint');
3736
// @remove-on-eject-begin
37+
const eslint = require('eslint');
3838
const getCacheIdentifier = require('react-dev-utils/getCacheIdentifier');
3939
// @remove-on-eject-end
4040
const postcssNormalize = require('postcss-normalize');

0 commit comments

Comments
 (0)