Skip to content

Commit b82de14

Browse files
committed
chore: fmt
1 parent eab1d88 commit b82de14

File tree

13 files changed

+24
-15
lines changed

13 files changed

+24
-15
lines changed

.prettierrc

+7
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
"options": {
1313
"parser": "jsonc"
1414
}
15+
},
16+
{
17+
"files": ["*.md"],
18+
"options": {
19+
"printWidth": 100,
20+
"proseWrap": "always"
21+
}
1522
}
1623
]
1724
}

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# atcute
22

3-
an ecosystem of lightweight TypeScript packages for AT Protocol, the protocol
4-
powering Bluesky.
3+
an ecosystem of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky.
54

65
you might be looking for [the API client](./packages/core/client/README.md).
76

Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "./tsconfig.json",
33
"exclude": ["**/*.test.ts"]
4-
}
4+
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "./tsconfig.json",
33
"exclude": ["**/*.test.ts"]
4-
}
4+
}

packages/core/client/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ lightweight and cute API client for AT Protocol.
55
- **small**, the bare minimum is ~1 kB gzipped with the full package at ~2.4 kB gzipped.
66
- **no validations**, type definitions match actual HTTP responses.
77

8-
the API client only ships with base AT Protocol lexicons and endpoints, along with an
9-
authentication middleware for signing in to a PDS. for manipulating Bluesky records and making
10-
requests to it, see the `@atcute/bluesky` package.
8+
the API client only ships with base AT Protocol lexicons and endpoints, along with an authentication
9+
middleware for signing in to a PDS. for manipulating Bluesky records and making requests to it, see
10+
the `@atcute/bluesky` package.
1111

1212
```ts
1313
import { XRPC, CredentialManager } from '@atcute/client';
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "./tsconfig.json",
33
"exclude": ["**/*.test.ts"]
4-
}
4+
}

packages/definitions/bluemoji/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# @atcute/bluemoji
22

3-
[Bluemoji](https://github.com/aendra-rininsland/bluemoji) type definitions for `@atcute/client`, a lightweight and cute API client for AT Protocol.
3+
[Bluemoji](https://github.com/aendra-rininsland/bluemoji) type definitions for `@atcute/client`, a
4+
lightweight and cute API client for AT Protocol.
45

56
import the lexicons module to start using it.
67

packages/definitions/ozone/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# @atcute/ozone
22

3-
[Ozone](https://ozone.tools) type definitions for `@atcute/client`, a lightweight and cute API client for AT Protocol.
3+
[Ozone](https://ozone.tools) type definitions for `@atcute/client`, a lightweight and cute API
4+
client for AT Protocol.
45

56
import the lexicons module to start using it.
67

packages/definitions/whitewind/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# @atcute/whitewind
22

3-
[WhiteWind](https://whtwnd.com) type definitions for `@atcute/client`, a lightweight and cute API client for AT Protocol.
3+
[WhiteWind](https://whtwnd.com) type definitions for `@atcute/client`, a lightweight and cute API
4+
client for AT Protocol.
45

56
import the lexicons module to start using it.
67

Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "./tsconfig.json",
33
"exclude": ["**/*.test.ts"]
4-
}
4+
}
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "./tsconfig.json",
33
"exclude": ["**/*.test.ts"]
4-
}
4+
}
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "./tsconfig.json",
33
"exclude": ["**/*.test.ts"]
4-
}
4+
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "./tsconfig.json",
33
"exclude": ["**/*.test.ts"]
4-
}
4+
}

0 commit comments

Comments
 (0)