Skip to content

Commit b8f2138

Browse files
authored
Merge pull request #494 from 2chanhaeng/linter
Linter to create federation with Fedify
2 parents 175ad45 + 5e4aef2 commit b8f2138

72 files changed

Lines changed: 7576 additions & 628 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ The repository is organized as a monorepo with the following packages:
7777
- *packages/koa/*: Koa integration (@fedify/koa)
7878
- *packages/postgres/*: PostgreSQL drivers (@fedify/postgres)
7979
- *packages/redis/*: Redis drivers (@fedify/redis)
80+
- *packages/lint/*: Linting utilities (@fedify/lint)
8081
- *packages/nestjs/*: NestJS integration (@fedify/nestjs)
8182
- *packages/next/*: Next.js integration (@fedify/next)
8283
- *packages/sqlite/*: SQLite driver (@fedify/sqlite)

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,13 @@ To be released.
186186
- This package is primarily used by generated vocabulary classes and
187187
provides the runtime infrastructure for ActivityPub object processing.
188188

189+
### @fedify/lint
190+
191+
- Created Fedify linting tools as the *@fedify/lint* package.
192+
This package provides shared Deno Lint and ESLint configurations for
193+
consistent code style across Fedify packages and user projects.
194+
[[#297], [#494] by ChanHaeng Lee]
195+
189196

190197
Version 1.10.0
191198
--------------

cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
"traceparent",
105105
"ts-nocheck",
106106
"tsdown",
107+
"TSES",
107108
"twoslash",
108109
"typeof",
109110
"unfollow",

deno.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"./packages/h3",
1111
"./packages/hono",
1212
"./packages/koa",
13+
"./packages/lint",
1314
"./packages/postgres",
1415
"./packages/redis",
1516
"./packages/relay",
@@ -23,6 +24,7 @@
2324
"imports": {
2425
"@cloudflare/workers-types": "npm:@cloudflare/workers-types@^4.20250529.0",
2526
"@david/dax": "jsr:@david/dax@^0.43.2",
27+
"@fxts/core": "npm:@fxts/core@^1.21.1",
2628
"@js-temporal/polyfill": "npm:@js-temporal/polyfill@^0.5.1",
2729
"@logtape/file": "jsr:@logtape/file@^1.2.2",
2830
"@logtape/logtape": "jsr:@logtape/logtape@^1.2.2",
@@ -38,7 +40,7 @@
3840
"@types/node": "npm:@types/node@^22.16.0",
3941
"amqplib": "npm:amqplib@^0.10.8",
4042
"byte-encodings": "npm:byte-encodings@^1.0.11",
41-
"es-toolkit": "npm:es-toolkit@^1.39.10",
43+
"es-toolkit": "npm:es-toolkit@^1.42.0",
4244
"h3": "npm:h3@^1.15.0",
4345
"ioredis": "npm:ioredis@^5.6.1",
4446
"json-preserve-indent": "npm:json-preserve-indent@^1.1.3",

0 commit comments

Comments
 (0)