From 9aa2c442f0eca504aac89c7cdfc8977de8189026 Mon Sep 17 00:00:00 2001 From: DigiLive Date: Sat, 17 May 2025 11:41:46 +0200 Subject: [PATCH] Refactor ESSLint configuration file Codacy expects it to have a `.json` extension. --- .eslintrc => .eslintrc.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .eslintrc => .eslintrc.json (100%) diff --git a/.eslintrc b/.eslintrc.json similarity index 100% rename from .eslintrc rename to .eslintrc.json