lisaogren / axios-cache-adapter

Caching adapter for axios. Store request results in a configurable store to prevent unneeded network requests.
MIT License
726 stars 107 forks source link

fix(lint): fix all lint issues #229

Closed ghost closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #229 (612b71a) into master (8b39242) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #229   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines          192       192           
=========================================
  Hits           192       192           
Impacted Files Coverage Δ
src/redis.js 100.00% <ø> (ø)
src/api.js 100.00% <100.00%> (ø)

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 8b39242...612b71a. Read the comment docs.