Files
bsky-social-app/bskyembed
Claude 0cd99c841e Upgrade ESLint to v9 with flat config
- Upgrade eslint from v8 to v9.18.0
- Migrate from .eslintrc.js to eslint.config.mjs (flat config)
- Upgrade typescript-eslint to v8.20.0 (unified package)
- Replace eslint-plugin-import with eslint-plugin-import-x for flat config support
- Add globals package for environment globals
- Update eslint-plugin-bsky-internal with proper meta objects for ESLint v9
- Fix deprecated context.getScope() API usage
- Update bskyembed to use flat config
- Remove deprecated --ext flag from lint scripts
- Configure rules to maintain previous behavior while using new ESLint version
2026-01-15 10:51:32 +02:00
..
2025-10-03 12:15:26 -07:00
2025-10-03 12:15:26 -07:00
2025-10-03 12:15:26 -07:00

Run / Test

Install dependencies:

cd bskyembed
yarn

Run the dev server:

yarn dev

You can see the embed homepage at http://localhost:5173

Testbed

In another terminal window, run the snippet dev script:

yarn dev-snippet

You can then see the testbed page at http://localhost:5173/test