Skip to content

Commit

Permalink
chore: ignore helm directory in Prettier configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulyadav-57 committed Nov 2, 2024
1 parent e38e5b5 commit fe03e4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/helm
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"format:check": "prettier --check --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .gitignore .",
"format:check": "prettier --check --ignore-path .prettierignore --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .prettierignore --ignore-path .gitignore .",
"prepare": "husky",
"commit": "git-cz"
},
Expand Down

0 comments on commit fe03e4d

Please sign in to comment.