From 8622a4c6c9005bd8902c9554a7e3c85b56b99fd9 Mon Sep 17 00:00:00 2001 From: "M. George Hansen" Date: Sat, 2 Jan 2021 13:42:22 -0800 Subject: [PATCH] chore: use *.json extension for config files For consistency and readability we're explicitly adding the .json extension to config files. --- .eslintrc => .eslintrc.json | 0 .prettierrc => .prettierrc.json | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .eslintrc => .eslintrc.json (100%) rename .prettierrc => .prettierrc.json (100%) diff --git a/.eslintrc b/.eslintrc.json similarity index 100% rename from .eslintrc rename to .eslintrc.json diff --git a/.prettierrc b/.prettierrc.json similarity index 100% rename from .prettierrc rename to .prettierrc.json