bluesky-social / atproto

Social networking technology created by Bluesky
Other
6.88k stars 486 forks source link

Remove unused devDependency 'prettier-config-standard' #3016

Open trivikr opened 6 days ago

trivikr commented 6 days ago

Fixes: https://github.com/bluesky-social/atproto/issues/3014

make fmt is successful, and no files were updated

$ make fmt
pnpm format

> atp@0.0.1 format /Users/trivikram/workspace/atproto
> pnpm lint:fix && pnpm style:fix

> atp@0.0.1 lint:fix /Users/trivikram/workspace/atproto
> pnpm lint --fix

> atp@0.0.1 lint /Users/trivikram/workspace/atproto
> eslint . --ext .ts,.js "--fix"
...
tsconfig/nodenext.json 0ms (unchanged)
tsconfig/tests.json 0ms (unchanged)

$ git status
On branch remove-prettier-config-standard
nothing to commit, working tree clean