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,