Skip to content

Commit

Permalink
convert prettier arguments to .prettierignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewc committed Feb 22, 2024
1 parent c6ab03e commit 55c3681
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.gitignore
.github/CONTRIBUTING.md
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lint:ts": "echo 'Ignored for now...'",
"format": "concurrently npm:format:*",
"format:es": "npm run lint:es --fix",
"format:prettier": "prettier . --ignore-path .gitignore --ignore-path .github/CONTRIBUTING.md --write"
"format:prettier": "prettier . --write"
},
"engines": {
"node": "16.x"
Expand Down

0 comments on commit 55c3681

Please sign in to comment.