tomastrajan / angular-ngrx-material-starter

Angular, NgRx, Angular CLI & Angular Material Starter Project
https://tomastrajan.github.io/angular-ngrx-material-starter
MIT License
2.82k stars 918 forks source link

fix(prettier): run prettier on all subfolders and subfiles #465

Closed abedzantout closed 5 years ago

abedzantout commented 5 years ago

What:

Prettier was running on the first three nested levels of the src,e2e and cypress folders only. This was due to not parsing the regex properly in package.json

codecov-io commented 5 years ago

Codecov Report

Merging #465 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #465   +/-   ##
=======================================
  Coverage   88.45%   88.45%           
=======================================
  Files          69       69           
  Lines        1031     1031           
  Branches       46       46           
=======================================
  Hits          912      912           
  Misses        100      100           
  Partials       19       19

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 bc84a3d...683127d. Read the comment docs.

tomastrajan commented 5 years ago

@abedzantout thank you for the fix!