From cd4569e1ef113f079f16b034149a2a07bc338390 Mon Sep 17 00:00:00 2001 From: Alex Hadley Date: Thu, 29 Aug 2024 13:25:48 -0400 Subject: [PATCH] Fix linting error --- webpack.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webpack.config.js b/webpack.config.js index 602a64e..dcecf6c 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,3 +1,5 @@ +/* eslint-disable @typescript-eslint/no-require-imports */ + const path = require("path"); const { WPPlugin: { JSONLicenseWebpackPlugin },