Open trivikr opened 4 hours ago
Is your feature request related to a problem? Please describe.
I was looking into dependencies, and noticed that prettier-config-standard is unused. https://github.com/search?q=repo%3Abluesky-social%2Fatproto%20prettier-config-standard&type=code
prettier-config-standard
As per their docs, it needs to be added in prettier configuration file. And it's not listed there https://github.com/bluesky-social/atproto/blob/main/.prettierrc
While looking into history, I noticed it was added in https://github.com/bluesky-social/atproto/pull/152, but was never used. It appears safe to remove it.
Describe the solution you'd like
Remove unused "prettier-config-standard" devDependency
It looks like atproto just imported a subset of standard styles, like:
Is your feature request related to a problem? Please describe.
I was looking into dependencies, and noticed that
prettier-config-standard
is unused. https://github.com/search?q=repo%3Abluesky-social%2Fatproto%20prettier-config-standard&type=codeAs per their docs, it needs to be added in prettier configuration file. And it's not listed there https://github.com/bluesky-social/atproto/blob/main/.prettierrc
While looking into history, I noticed it was added in https://github.com/bluesky-social/atproto/pull/152, but was never used. It appears safe to remove it.
Describe the solution you'd like
Remove unused "prettier-config-standard" devDependency