From a57e02d42cecda35a2612406c21c5385a6e200bf 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