0.0.1 • Published 4 years ago

@ls-age/commitlint-config v0.0.1

Weekly downloads
22
License
MIT
Repository
github
Last release
4 years ago

ls-age devtools

A collection of devtools

CircleCI

Packages

@ls-age/commitlint-config

Like @commitlint/config-conventional, but with a sentence-cased subject

Following commit message guidelines makes it easier to follow semantic versioning, both if you manually publish releases or use a tool like @ls-age/bump-version to automate this. The commit message contains a type, a subject and (optionally) a scope:

fix(package): This is what happened

              ^ subject
    ^ scope
^ type
  • The type describes what kind of change was made. It should be one of the following: 'build', 'ci', 'chore', 'docs', 'feat', 'fix', 'perf', 'refactor', 'revert', 'style', 'test'.
  • The scope can optionally be set to the name of the sub-package or service that is affected by this commit.
  • The subject contains a human-readable description of the changes made. It should start with an uppercase letter.

rollup-plugin-unused

Rollup plugin to check for unused files

Usage

This plugin helps you to keep your repository clean: It checks for source files that are not imported during a rollup build and reports them.