This undo some of the formatting from older prettier versions.
Details
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project - Commits
- rABCa4d202e5af50: [explorer] Lint the explorer
arc lint -- web/explorer/explorer-server/templates/pages/*
Check your linter agrees with mine.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
arc patch 13834 arc lint
It reverts this change
Auto-Fix (PRETTIER) Code style violation
'~/bitcoin-abc/web/explorer/explorer-server/templates/pages/address.html'
has code style errors.
162
163 <table
164 id="address-txs-table"
>>> - 165 class="
- 166 block-listing__datatable
- 167 dataTable
- 168 compact
- 169 responsive
- 170 nowrap
- 171 no-footer
- 172 "
+ class="block-listing__datatable dataTable compact responsive nowrap no-footer"
173 style="width: 100%"
174 >
175 <thead>
176 <tr>
OKAY No lint messages.I'm on
$ prettier -v 2.6.0
Comment Actions
OK I have 2.4.1, which is the minimum defined in our .arclint. I'll bump to 2.6 then