From 757066a2fb708e1b3d9f4d59120bf628213bbf79 Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Sun, 1 Oct 2023 15:03:05 -0400 Subject: [PATCH] add default prettier config file for prettierd --- .config/bash/.bash_profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/bash/.bash_profile b/.config/bash/.bash_profile index 5de5131..8dc45dd 100644 --- a/.config/bash/.bash_profile +++ b/.config/bash/.bash_profile @@ -159,3 +159,5 @@ if [ $? -ne 0 ]; then fi export PATH=$PATH:/usr/local/go/bin:/home/jc/go/bin + +export PRETTIERD_DEFAULT_CONFIG="$HOME/.prettierrc.json"