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
fix: sentence-case allow upper-case characters in first word (#531)
This changes the `sentence-case` rule to also accept upper-case
characters in the first word, allowing the use of acronyms (e.g. "HTML",
"JSX") and words which include upper-case characters (e.g. "JavaScript")
at the beginning of a `sentence-case` input.
For example, with `'subject-case': [2, 'always', ['sentence-case']]`,
the following commit messages were rejected (ESLint commit message
style):
- `Fix: VAT note not properly displayed`
- `Upgrade: ESLint dev dependency`
Related: #211
0 commit comments