stacks-archive / stacks-transactions-js

The JavaScript library for generating Stacks 2.0 transactions
19 stars 17 forks source link

fix: use blockstack prettier config #88

Closed aulneau closed 4 years ago

aulneau commented 4 years ago

Description

When working on #87 I noticed that this project was not using our prettier config: @blockstack/prettier-config. This PR adds some npm tasks and runs them throughout the project.

Type of Change

Does this introduce a breaking change?

Nope, just code formatting

Are documentation updates required?

Nope.

Checklist

codecov[bot] commented 4 years ago

Codecov Report

Merging #88 into feat/call-read-only-function will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@                      Coverage Diff                      @@
##           feat/call-read-only-function      #88   +/-   ##
=============================================================
  Coverage                         84.64%   84.64%           
=============================================================
  Files                                27       27           
  Lines                              1745     1745           
  Branches                            373      373           
=============================================================
  Hits                               1477     1477           
  Misses                              266      266           
  Partials                              2        2           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f6d17b4...6fecfb6. Read the comment docs.