Page MenuHomePhabricator

Add some stuff to .prettierignore
ClosedPublic

Authored by ashoat on Dec 4 2023, 6:46 AM.
Tags
None
Referenced Files
F2150741: D10155.diff
Sun, Jun 30, 11:10 AM
F2148207: D10155.id34186.diff
Sun, Jun 30, 4:13 AM
Unknown Object (File)
Sat, Jun 29, 5:08 AM
Unknown Object (File)
Tue, Jun 25, 5:55 AM
Unknown Object (File)
Sun, Jun 23, 11:32 AM
Unknown Object (File)
Fri, Jun 21, 10:46 AM
Unknown Object (File)
Fri, Jun 21, 10:46 AM
Unknown Object (File)
Fri, Jun 21, 9:22 AM
Subscribers

Details

Summary

While testing D10143, I ran prettier --write . from the root and it printed some changes.

To avoid those changes (except for the one mentioned in D10143 that touches services/electron-update-server/index.js), I'm updating the .prettierignore here.

This should be a pretty minor change... mostly we run Prettier as part of ESLint, and follow .eslintignore for those.

Test Plan

prettier --write .

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable