Closed ljharb closed 3 years ago
Merging #341 (32056c1) into master (e95f4ad) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #341 +/- ##
=======================================
Coverage 98.45% 98.45%
=======================================
Files 9 9
Lines 194 194
=======================================
Hits 191 191
Misses 3 3
Impacted Files | Coverage Δ | |
---|---|---|
src/lib/rule-finder.js | 95.89% <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 e95f4ad...32056c1. Read the comment docs.
A reminder for the docs. 👀 It returns a promise now. https://github.com/sarbbottam/eslint-find-rules/blob/e95f4adb980ce7aaf0c24ba6eb75aefc36764f30/README.md#as-a-required-module
Thanks! Done in b530d24
I've added the "exports" field, but only with the "main".
If I'm missing any entry points that are needed, I can add them in this PR, or we can add them later in a semver-minor.