Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
chore: Add prettier
Browse files Browse the repository at this point in the history
Signed-off-by: AlexNg <[email protected]>
  • Loading branch information
caffeine-addictt committed Jun 10, 2024
1 parent da07ca8 commit 7fafa3b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
27 changes: 27 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"scripts": {
"lint": "prettier --check . && dotnet format --verify-no-changes --verbosity diagnostic",
"lint:fix": "prettier --write . && dotnet format --verbosity diagnostic"
},
"devDependencies": {
"prettier": "^3.3.1"
}
}

0 comments on commit 7fafa3b

Please sign in to comment.