Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Skelton committed Nov 8, 2021
1 parent 32da424 commit e699f5a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 16 deletions.
11 changes: 7 additions & 4 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
Hello and welcome! This folder has been automatically generated by
`@changesets/cli`, a build tool that works with multi-package repos, or
single-package repos to help you version and publish your code. You can find the
full documentation for it
[in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
We have a quick list of common questions to get you started engaging with this
project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint": "^8.2.0",
"i18next": "^21.4.1",
"jest": "^27.3.1",
"prettier": "^2.4.1",
"prettier": "2.4.1",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
}
Expand Down
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export interface AsyncBackendOptions {
}

export default class AsyncBackend
implements BackendModule<AsyncBackendOptions> {
implements BackendModule<AsyncBackendOptions>
{
// i18next is dumb as TypeScript requires the class property for `type`
// but the runtime requires the static `type` property.
static type = 'backend'
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3311,7 +3311,7 @@ __metadata:
eslint: ^8.2.0
i18next: ^21.4.1
jest: ^27.3.1
prettier: ^2.4.1
prettier: 2.4.1
ts-jest: ^27.0.7
typescript: ^4.4.4
peerDependencies:
Expand Down Expand Up @@ -5007,6 +5007,15 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:2.4.1":
version: 2.4.1
resolution: "prettier@npm:2.4.1"
bin:
prettier: bin-prettier.js
checksum: cc6830588b401b0d742862fe9c46bc9118204fb307c3abe0e49e95b35ed23629573807ffdf9cdd65289c252a0bb51fc0171437f6626ee36378dea80f0ee80b91
languageName: node
linkType: hard

"prettier@npm:^1.19.1":
version: 1.19.1
resolution: "prettier@npm:1.19.1"
Expand All @@ -5016,15 +5025,6 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^2.4.1":
version: 2.4.1
resolution: "prettier@npm:2.4.1"
bin:
prettier: bin-prettier.js
checksum: cc6830588b401b0d742862fe9c46bc9118204fb307c3abe0e49e95b35ed23629573807ffdf9cdd65289c252a0bb51fc0171437f6626ee36378dea80f0ee80b91
languageName: node
linkType: hard

"pretty-format@npm:^27.0.0, pretty-format@npm:^27.3.1":
version: 27.3.1
resolution: "pretty-format@npm:27.3.1"
Expand Down

0 comments on commit e699f5a

Please sign in to comment.