UNPKG

eslint-config-heyitsbash

Version:

"ESlint & Prettier Config by heyitsbash"

7 lines (6 loc) 137 B
module.exports = { extends: ['@commitlint/config-conventional'], rules: { 'subject-min-length': [2, 'always', 10], }, };