From 0afe4398c43b3e67b6aee401d1719e36927b6135 Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Thu, 19 Dec 2024 10:49:53 -0800 Subject: [PATCH] reset this comment --- packages/template/webpack-typescript/tmpl/webpack.plugins.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/template/webpack-typescript/tmpl/webpack.plugins.ts b/packages/template/webpack-typescript/tmpl/webpack.plugins.ts index 4836d490ff..846aa240ea 100644 --- a/packages/template/webpack-typescript/tmpl/webpack.plugins.ts +++ b/packages/template/webpack-typescript/tmpl/webpack.plugins.ts @@ -1,6 +1,6 @@ import type IForkTsCheckerWebpackPlugin from 'fork-ts-checker-webpack-plugin'; -// eslint-disable-next-line @typescript-eslint/no-require-imports +// eslint-disable-next-line @typescript-eslint/no-var-requires const ForkTsCheckerWebpackPlugin: typeof IForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin'); export const plugins = [