1
0
mirror of https://github.com/pratiktri/dotfiles.git synced 2026-05-06 19:43:40 +05:30

feat(prettierignore): Template for prettierigore added

- feat(prettier): More options in prettierrc
- chore(vscode): Merged changes
This commit is contained in:
Pratik Tripathy
2024-07-19 22:33:30 +05:30
parent bb86dea200
commit fef7c8e027
6 changed files with 156 additions and 18 deletions
+1
View File
@@ -33,6 +33,7 @@ ulimit -n 10240
[ ! -f "${XDG_CONFIG_HOME}/templates/.gitignore" ] || export GITIGNORE_TEMPLATE="${XDG_CONFIG_HOME}/templates/.gitignore"
[ ! -f "${XDG_CONFIG_HOME}/templates/.prettierrc" ] || export PRETTIER_TEMPLATE="${XDG_CONFIG_HOME}/templates/.prettierrc"
[ ! -f "${XDG_CONFIG_HOME}/templates/.prettierignore" ] || export PRETTIER_IGNORE_TEMPLATE="${XDG_CONFIG_HOME}/templates/.prettierignore"
EDITOR=$(command -v nvim 2>/dev/null || command -v vim 2>/dev/null)
export EDITOR