Skip to content

Commit

Permalink
Chore: add prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrywithaz committed Sep 18, 2023
1 parent ef4b2c6 commit 646cecf
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@
},
"devDependencies": {
"@nrwl/jest": "^16.8.1",
"@types/prettier": "^2.7.2",
"conventional-changelog-conventionalcommits": "^5.0.0",
"lerna": "^6.6.2"
"lerna": "^6.6.2",
"prettier": "2.6.2"
},
"dependencies": {
"nx": "^16.8.1"
Expand Down
18 changes: 18 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10788,6 +10788,13 @@ __metadata:
languageName: node
linkType: hard

"@types/prettier@npm:^2.7.2":
version: 2.7.3
resolution: "@types/prettier@npm:2.7.3"
checksum: 705384209cea6d1433ff6c187c80dcc0b95d99d5c5ce21a46a9a58060c527973506822e428789d842761e0280d25e3359300f017fbe77b9755bc772ab3dc2f83
languageName: node
linkType: hard

"@types/pretty-hrtime@npm:^1.0.0":
version: 1.0.1
resolution: "@types/pretty-hrtime@npm:1.0.1"
Expand Down Expand Up @@ -27920,6 +27927,15 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:2.6.2":
version: 2.6.2
resolution: "prettier@npm:2.6.2"
bin:
prettier: bin-prettier.js
checksum: 48d08dde8e9fb1f5bccdd205baa7f192e9fc8bc98f86e1b97d919de804e28c806b0e6cc685e4a88211aa7987fa9668f30baae19580d87ced3ed0f2ec6572106f
languageName: node
linkType: hard

"prettier@npm:>=2.2.1 <=2.3.0":
version: 2.3.0
resolution: "prettier@npm:2.3.0"
Expand Down Expand Up @@ -29391,9 +29407,11 @@ __metadata:
resolution: "react-formz@workspace:."
dependencies:
"@nrwl/jest": ^16.8.1
"@types/prettier": ^2.7.2
conventional-changelog-conventionalcommits: ^5.0.0
lerna: ^6.6.2
nx: ^16.8.1
prettier: 2.6.2
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 646cecf

Please sign in to comment.