Automattic / simplenote-electron

Simplenote for Web, Windows, and Linux
https://app.simplenote.com
GNU General Public License v2.0
4.69k stars 553 forks source link

Update: Let Prettier do its thing #3194

Closed codebykat closed 1 month ago

codebykat commented 1 month ago

Fix

In #3183 I added a list of files to the .prettierignore so that we wouldn't mix functional code updates with linting. This PR removes those files and runs make format to allow Prettier to format these files according to its wishes.

Test

Code review and smoke test. This should include no functional changes.