npms-io / npms-analyzer

The analyzer behind https://npms.io
MIT License
317 stars 38 forks source link

chore: fix eslint-disable comment #234

Closed larsgw closed 5 years ago

larsgw commented 5 years ago

Re-enable the ESLint rule no-invalid-this instead of disabling it again.

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #234   +/-   ##
=======================================
  Coverage   95.11%   95.11%           
=======================================
  Files          22       22           
  Lines         758      758           
  Branches      120      120           
=======================================
  Hits          721      721           
  Misses         37       37
Impacted Files Coverage Δ
lib/configure.js 84% <ø> (ø) :arrow_up:

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 68016d1...8e72cc0. Read the comment docs.

satazor commented 5 years ago

Thanks, nice catch.