Skip to content

refactor: remove prettier dependency#1320

Merged
joker23 merged 1 commit into
mainfrom
skz/remove-prettier-bare
Apr 29, 2026
Merged

refactor: remove prettier dependency#1320
joker23 merged 1 commit into
mainfrom
skz/remove-prettier-bare

Conversation

@joker23

@joker23 joker23 commented Apr 24, 2026

Copy link
Copy Markdown
Contributor

This PR just removes our prettier dependency and its usage

NOTE: if we merge this then we will have a period of time where we would not have a code formatter, this PR is isolated to break up our larger change to introduce stylistic and modernize our eslint implementation


Open in Devin Review

Note

Low Risk
Tooling-only changes; main risk is CI/dev workflows no longer enforcing formatting until a replacement is added.

Overview
Removes Prettier from the repo’s tooling: deletes .prettierrc/.prettierignore, drops prettier-related ESLint integration (config/plugin/rule) from .eslintrc.js and the Svelte example ESLint config, and removes prettier/eslint-plugin-prettier/eslint-config-prettier/import-sorting plugin deps across workspaces.

Updates workspace scripts to stop running prettier (removes prettier scripts and trims check pipelines accordingly), plus a small cleanup removing a now-unneeded prettier disable comment in the browser contract-test entrypoint.

Reviewed by Cursor Bugbot for commit 4ecfaa9. Bugbot is set up for automated code reviews on this repo. Configure here.

@joker23 joker23 requested a review from a team as a code owner April 24, 2026 22:27

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 2 additional findings.

Open in Devin Review

@joker23 joker23 force-pushed the skz/remove-prettier-bare branch from c50da18 to 619c7e0 Compare April 24, 2026 22:58
@github-actions

Copy link
Copy Markdown
Contributor

@launchdarkly/js-sdk-common size report
This is the brotli compressed size of the ESM build.
Compressed size: 25623 bytes
Compressed size limit: 29000
Uncompressed size: 125843 bytes

@github-actions

Copy link
Copy Markdown
Contributor

@launchdarkly/browser size report
This is the brotli compressed size of the ESM build.
Compressed size: 179547 bytes
Compressed size limit: 200000
Uncompressed size: 830815 bytes

@github-actions

Copy link
Copy Markdown
Contributor

@launchdarkly/js-client-sdk size report
This is the brotli compressed size of the ESM build.
Compressed size: 31840 bytes
Compressed size limit: 34000
Uncompressed size: 113634 bytes

@github-actions

Copy link
Copy Markdown
Contributor

@launchdarkly/js-client-sdk-common size report
This is the brotli compressed size of the ESM build.
Compressed size: 38473 bytes
Compressed size limit: 39000
Uncompressed size: 211104 bytes

@joker23 joker23 force-pushed the skz/remove-prettier-bare branch from 619c7e0 to 4ecfaa9 Compare April 29, 2026 16:59
@joker23 joker23 merged commit e5e5ee4 into main Apr 29, 2026
44 checks passed
@joker23 joker23 deleted the skz/remove-prettier-bare branch April 29, 2026 17:52
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.

2 participants