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)
Sun, Dec 22, 8:14 AM
Unknown Object (File)
Sun, Dec 22, 8:14 AM
Unknown Object (File)
Sun, Dec 22, 8:13 AM
Unknown Object (File)
Sun, Dec 22, 8:13 AM
Unknown Object (File)
Wed, Nov 27, 12:28 PM
Unknown Object (File)
Nov 6 2024, 6:51 AM
Unknown Object (File)
Oct 17 2024, 11:11 AM
Unknown Object (File)
Oct 17 2024, 11:11 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