You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once you start linting your code, there's no way back: you want to lint everything! For example, commit messages. Enforcing format and structure in commit messages allows for automatic semver bumps, changelog generation, repository analytics, and also looks good. See https://www.conventionalcommits.org/en/v1.0.0/
Because cryptid-js lacks this facility, we should definitely add commitlinting.
Brief
Once you start linting your code, there's no way back: you want to lint everything! For example, commit messages. Enforcing format and structure in commit messages allows for automatic semver bumps, changelog generation, repository analytics, and also looks good. See https://www.conventionalcommits.org/en/v1.0.0/
Because cryptid-js lacks this facility, we should definitely add commitlinting.
Task
The text was updated successfully, but these errors were encountered: