Adding parent dir web/ with its own "format" script to apply consistent prettier formatting to web apps in subdirectories
Details
Details
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- add-web-folder
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 14123 Build 28248: Build Diff lint-circular-dependencies · build-clang · build-debug · build-clang-tidy · build-without-wallet · build-diff Build 28247: arc lint + arc unit
Event Timeline
.gitignore | ||
---|---|---|
83 ↗ | (On Diff #25897) | This doesn't appear to be used for anything. |
85 ↗ | (On Diff #25897) | Nit: space after # |
web/.prettierignore | ||
23 ↗ | (On Diff #25897) | While this is ok for now, you could have added .prettierignore as it's own revision. A change like this is pretty well self-contained and can get reviewed quickly. |
web/package.json | ||
11 ↗ | (On Diff #25897) | I assume bitcoin-abc-web should be for bitcoinabc.org not phabricator? |
web/yarn.lock | ||
1 ↗ | (On Diff #25897) | Is it possible to edit yarn so that this message includes @generated? That way, it will get marked as such on phab. |
web/yarn.lock | ||
---|---|---|
8 | Why do we want to use yarn in addition to node? This seems to add dependencies for things that npm already does. |
Comment Actions
Abandoning in favor of https://reviews.bitcoinabc.org/D8477, which I think offers a better approach.