From 04941574b18fd5c89d237a8f5656958b7d77dd46 Mon Sep 17 00:00:00 2001 From: Ashurov Georgy Date: Thu, 26 Sep 2024 21:03:37 +0300 Subject: [PATCH] Update eslint for webpack --- eslint.config.mjs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eslint.config.mjs b/eslint.config.mjs index 3b84255..17aa35b 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -10,6 +10,10 @@ export default [ Handlebars: 'readonly', }, }, + files: ['webpack.config.js'], + env: { + node: true, + }, }, pluginJs.configs.recommended, eslintConfigPrettier,