Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

trivikr
Copy link

@trivikr trivikr commented Nov 16, 2024

Fixes: #3014

make fmt is successful, and no files were updated

$ make fmt
pnpm format

> [email protected] format /Users/trivikram/workspace/atproto
> pnpm lint:fix && pnpm style:fix


> [email protected] lint:fix /Users/trivikram/workspace/atproto
> pnpm lint --fix


> [email protected] 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove unused "prettier-config-standard" devDependency
1 participant