sul-cidr / histonets

Histonets is an application to convert images of scanned maps into digital networks
https://histonets.stanford.edu
Other
20 stars 0 forks source link

adds js dependencies to project needed for linting + yarn for package… #22

Closed mejackreed closed 7 years ago

mejackreed commented 7 years ago

… mgmt

@aeschylus this adds the ability for devs to run local eslinting. Also uses yarn for better dependency resolution. For example eslint-config-airbnb cannot resolve itself with npm.

codecov-io commented 7 years ago

Current coverage is 97.56% (diff: 100%)

Merging #22 into master will not change coverage

@@             master        #22   diff @@
==========================================
  Files            15         15          
  Lines            41         41          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits             40         40          
  Misses            1          1          
  Partials          0          0          

Powered by Codecov. Last update 54b0aa7...c70c9ef

aeschylus commented 7 years ago

This looks great to me, especially yarn integration so we won't have to wait as long for dependencies.

I'm not sure how this will conflict with what I'm currently working on, but we'll see.