From ceee36483b4e5c8859726c92ce4d12a001ee4fd6 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 6 Apr 2024 17:54:06 -0400 Subject: [PATCH] Fix --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 125a6721..6edd5ad7 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -6,7 +6,7 @@ module.exports = [ ...eslintPluginJsonc.configs['flat/recommended-with-json'], { files: ['**/*.js'], - sourceType: 'commonjs', + languageOptions: { sourceType: 'commonjs' }, rules: { ...js.configs.recommended.rules, ...amber.rules