Skip to content

Commit

Permalink
Fixed Prettier version
Browse files Browse the repository at this point in the history
  • Loading branch information
drpepper committed Sep 12, 2024
1 parent 6c3c7f6 commit 17a7987
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 55 deletions.
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"checkLinting": "yarn eslint",
"checkFormatting": "yarn prettier --check ./src",
"checkAll": "yarn checkTypes && yarn checkLinting && yarn checkFormatting",
"prettier": "npx prettier ./src --write",
"format": "yarn prettier --write ./src ",
"docs": "yarn typedoc"
},
"license": "MIT",
Expand All @@ -30,6 +30,7 @@
"eslint-config-prettier": "^9.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "3.3.3",
"ts-jest": "^29.1.1",
"typedoc": "^0.25.7"
}
Expand Down
Loading

0 comments on commit 17a7987

Please sign in to comment.