paleite / eslint-plugin-diff

Run ESLint on your changes only
https://npm.im/eslint-plugin-diff
MIT License
172 stars 13 forks source link

Don't minify on package publication. #34

Closed burtonator closed 1 year ago

burtonator commented 1 year ago

Don't minify so that users can debug locally with symbols.

Minify doesn't bring any advantages and just obfuscates code.

codecov-commenter commented 1 year ago

Codecov Report

Merging #34 (3e2ab17) into main (eb70fa4) will increase coverage by 3.22%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #34      +/-   ##
==========================================
+ Coverage   95.16%   98.38%   +3.22%     
==========================================
  Files           7        7              
  Lines         186      186              
  Branches       53       53              
==========================================
+ Hits          177      183       +6     
+ Misses          9        3       -6     
Impacted Files Coverage Δ
src/git.ts 100.00% <0.00%> (+2.94%) :arrow_up:
src/processors.ts 95.38% <0.00%> (+6.15%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

paleite commented 1 year ago

I agree; merging it 🙂 great PR