Skip to content

Commit

Permalink
[#311] add prettier as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-simm committed Oct 29, 2023
1 parent 6bbd11a commit 5a0ef28
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Empty file added .prettierrc
Empty file.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"jquery": "^3.6.3"
},
"devDependencies": {
"prettier": "^3.0.3",
"sass": "^1.58.3"
}
}
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ __metadata:
"@tabler/core": ^1.0.0-beta17
"@tabler/icons": ^2.30.0
jquery: ^3.6.3
prettier: ^3.0.3
sass: ^1.58.3
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -897,6 +898,15 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.0.3":
version: 3.0.3
resolution: "prettier@npm:3.0.3"
bin:
prettier: bin/prettier.cjs
checksum: e10b9af02b281f6c617362ebd2571b1d7fc9fb8a3bd17e371754428cda992e5e8d8b7a046e8f7d3e2da1dcd21aa001e2e3c797402ebb6111b5cd19609dd228e0
languageName: node
linkType: hard

"promise-inflight@npm:^1.0.1":
version: 1.0.1
resolution: "promise-inflight@npm:1.0.1"
Expand Down

0 comments on commit 5a0ef28

Please sign in to comment.