absolute-version / commit-and-tag-version

Fork of the excellent standard-version. Automate versioning and CHANGELOG generation, with semver.org and conventionalcommits.org :trophy:
ISC License
360 stars 33 forks source link

chore: Update formatting #114

Closed TimothyJones closed 8 months ago

TimothyJones commented 8 months ago

This PR removes standard eslint settings, and adds prettier, reformatting the code to match.

codecov-commenter commented 8 months ago

Codecov Report

Merging #114 (3f6546f) into master (b77b842) will decrease coverage by 0.07%. The diff coverage is 96.99%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##           master     #114      +/-   ##
==========================================
- Coverage   97.71%   97.65%   -0.07%     
==========================================
  Files          32       32              
  Lines        1359     1362       +3     
==========================================
+ Hits         1328     1330       +2     
- Misses         31       32       +1     
Files Coverage Δ
defaults.js 100.00% <100.00%> (ø)
index.js 100.00% <100.00%> (ø)
lib/checkpoint.js 100.00% <100.00%> (ø)
lib/detect-package-manager.js 100.00% <100.00%> (ø)
lib/format-commit-message.js 100.00% <100.00%> (ø)
lib/latest-semver-tag.js 100.00% <100.00%> (ø)
lib/lifecycles/changelog.js 100.00% <100.00%> (ø)
lib/lifecycles/tag.js 100.00% <100.00%> (ø)
lib/preset-loader.js 100.00% <100.00%> (ø)
lib/print-error.js 100.00% <100.00%> (ø)
... and 22 more

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!