FormidableLabs / redux-little-router

A tiny router for Redux that lets the URL do the talking.
MIT License
1.04k stars 113 forks source link

Rerun Prettier to match config #259

Closed tptee closed 6 years ago

tptee commented 6 years ago

What it says on the tin! Also added some folders to .prettierignore.

codecov[bot] commented 6 years ago

Codecov Report

Merging #259 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #259      +/-   ##
==========================================
+ Coverage    98.6%   98.61%   +0.01%     
==========================================
  Files          28       28              
  Lines         359      362       +3     
==========================================
+ Hits          354      357       +3     
  Misses          5        5
Impacted Files Coverage Δ
src/util/merge-queries.js 100% <ø> (ø) :arrow_up:
src/immutable/components/link.js 100% <100%> (ø) :arrow_up:
src/enhancer.js 100% <100%> (ø) :arrow_up:
src/util/throw-error.js 100% <100%> (ø) :arrow_up:
src/util/create-matcher.js 100% <100%> (ø) :arrow_up:
src/immutable/middleware.js 100% <100%> (ø) :arrow_up:
src/util/flatten-routes.js 100% <100%> (ø) :arrow_up:
src/immutable/util/immutable.js 100% <100%> (ø) :arrow_up:
src/immutable/reducer.js 100% <100%> (ø) :arrow_up:
src/components/link.js 100% <100%> (ø) :arrow_up:
... and 4 more

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 515ca12...66da390. Read the comment docs.