From 7e17b414444550a893d64a565b0e0202b20da8e4 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sat, 31 May 2025 16:24:10 -0600 Subject: [PATCH] rename a js config file to avoid an error running lint --- .eslintrc.js => .eslintrc.cjs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .eslintrc.js => .eslintrc.cjs (100%) diff --git a/.eslintrc.js b/.eslintrc.cjs similarity index 100% rename from .eslintrc.js rename to .eslintrc.cjs