From 41d02443a7a86fec3e5cf520eabeee8cfb477ca0 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 31 May 2023 07:21:46 +0300 Subject: ESLint: switch back to default parser --- vnext/server/webpack.config.js | 2 -- vnext/webpack.config.js | 2 -- 2 files changed, 4 deletions(-) (limited to 'vnext') diff --git a/vnext/server/webpack.config.js b/vnext/server/webpack.config.js index 77a86abd..9ffb3360 100644 --- a/vnext/server/webpack.config.js +++ b/vnext/server/webpack.config.js @@ -1,5 +1,3 @@ -/* eslint-disable @typescript-eslint/no-var-requires */ - const ESLintPlugin = require('eslint-webpack-plugin') const TerserPlugin = require('terser-webpack-plugin') diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js index 241cc431..810a63bd 100644 --- a/vnext/webpack.config.js +++ b/vnext/webpack.config.js @@ -1,5 +1,3 @@ -/* eslint-disable @typescript-eslint/no-var-requires */ - const ESLintPlugin = require('eslint-webpack-plugin') const HtmlWebpackPlugin = require('html-webpack-plugin') const MiniCssExtractPlugin = require('mini-css-extract-plugin') -- cgit v1.2.3