aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2023-05-31 07:21:46 +0300
committerGravatar Vitaly Takmazov2023-05-31 07:21:46 +0300
commit41d02443a7a86fec3e5cf520eabeee8cfb477ca0 (patch)
tree81ad5e5ca256acdebfcb356bf5f38a50e6fc5551 /vnext
parentf2a7ea3af919548d41383734e8a3667086a44bcc (diff)
ESLint: switch back to default parser
Diffstat (limited to 'vnext')
-rw-r--r--vnext/server/webpack.config.js2
-rw-r--r--vnext/webpack.config.js2
2 files changed, 0 insertions, 4 deletions
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')