Skip to content

Commit

Permalink
chore: update prettier (#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Sep 4, 2023
1 parent 2198f4a commit 44fb78a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/rules/no-conditional-expect.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ thrown by the wrapped function:
```typescript
class NoErrorThrownError extends Error {}

const getError = async <TError,>(call: () => unknown): Promise<TError> => {
const getError = async <TError>(call: () => unknown): Promise<TError> => {
try {
await call();

Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9280,11 +9280,11 @@ __metadata:
linkType: hard

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

Expand Down

0 comments on commit 44fb78a

Please sign in to comment.