Page MenuHomePhabricator

Add some stuff to .prettierignore
ClosedPublic

Authored by ashoat on Dec 4 2023, 6:46 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 13, 9:41 AM
Unknown Object (File)
Tue, Mar 11, 3:54 PM
Unknown Object (File)
Tue, Mar 11, 3:50 PM
Unknown Object (File)
Thu, Mar 6, 6:38 PM
Unknown Object (File)
Thu, Feb 20, 12:51 PM
Unknown Object (File)
Thu, Feb 20, 12:51 PM
Unknown Object (File)
Thu, Feb 20, 12:51 PM
Unknown Object (File)
Thu, Feb 20, 12:51 PM
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