From 78da1895f9d0dbd5c942849289d5c6a79df07572 Mon Sep 17 00:00:00 2001 From: Ute Mayer-Dohmen Date: Sun, 14 Apr 2024 18:40:26 +0200 Subject: [PATCH] Rename eslint.config.js to eslint.config.mjs faucet doesn't work if we change to type: module. Therefore we need to use the mjs extension to make the ESLint config a module. --- eslint.config.js => eslint.config.mjs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename eslint.config.js => eslint.config.mjs (100%) diff --git a/eslint.config.js b/eslint.config.mjs similarity index 100% rename from eslint.config.js rename to eslint.config.mjs