Closed zzxming closed 1 month ago
The changes involve the removal of Prettier configuration files and settings across multiple files in the project. Specifically, the .prettierignore
file has had several entries deleted, the .prettierrc
file has been entirely removed, and the .vscode/settings.json
file has been updated to disable Prettier formatting. Additionally, the package.json
file for the fluent-editor
package has had the Prettier dependency and format script removed.
File(s) | Change Summary |
---|---|
.prettierignore |
Removed entries: __snapshots__ , coverage , tsconfig.json , dist , node_modules . |
.prettierrc |
Completely removed the configuration file defining Prettier formatting options. |
.vscode/settings.json |
Added "prettier.enable": false and modified "eslint.validate" to remove trailing commas. |
packages/fluent-editor/package.json |
Removed format script from scripts and prettier dependency from devDependencies . |
format-painter
functionality, which may relate to the overall formatting approach being altered in the main PR, particularly with the removal of Prettier configurations.In the code where rabbits play,
Prettier's gone, it’s a brand new day!
With settings changed and scripts erased,
Our formatting woes have been replaced.
Hopping high with joy and cheer,
Clean code is here, let’s give a cheer! 🐇✨
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Summary by CodeRabbit
Bug Fixes
Chores
fluent-editor
package by removing the format script and Prettier dependency.