From b20c66d25717cd4d196d4108ba056e7aaf06020e Mon Sep 17 00:00:00 2001 From: LordMathis Date: Sun, 29 Sep 2024 21:58:15 +0200 Subject: [PATCH] Move eslint and prettier configs to fe folder --- .eslintrc.json => frontend/.eslintrc.json | 0 .prettierrc.json => frontend/.prettierrc.json | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .eslintrc.json => frontend/.eslintrc.json (100%) rename .prettierrc.json => frontend/.prettierrc.json (100%) diff --git a/.eslintrc.json b/frontend/.eslintrc.json similarity index 100% rename from .eslintrc.json rename to frontend/.eslintrc.json diff --git a/.prettierrc.json b/frontend/.prettierrc.json similarity index 100% rename from .prettierrc.json rename to frontend/.prettierrc.json