From b0c54b84eca356b0023348e6b9341c80bdd868c5 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Mon, 4 Jul 2022 21:51:59 +0800 Subject: [PATCH] chore: ignore webpack from eslint --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index dcfd7ae..978818b 100644 --- a/package.json +++ b/package.json @@ -111,6 +111,7 @@ "plugin:react-hooks/recommended" ], "ignorePatterns": [ + "webpack.config.js", "*jest*", "scripts" ],