Page MenuHomePhabricator

[Cashtab] Run prettier on cashtab/src
ClosedPublic

Authored by bytesofman on Aug 15 2024, 16:36.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCdb668347985e: [Cashtab] Run prettier on cashtab/src
Summary

Have been seeing unrelated formatting changes creeping into diffs when files are touched. This is due to these files being formatted originally by the wrong version of prettier.

Run npm i -g prettier@2.6.0 and prettier src/ --write from cashtab/ dir to apply standard rules throughout repo.

Test Plan

npm test

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable