UNPKG

vuepress-theme-yuu

Version:

A VuePress theme that supports a dark theme, multiple color themes, and other useful features.

18 lines (17 loc) 288 B
/* eslint-env node */ module.exports = { 'extends': ['@commitlint/config-conventional'], rules: { 'subject-case': [2, 'always', 'sentence-case'], 'type-enum': [2, 'always', [ 'chore', 'docs', 'feat', 'fix', 'refactor', 'revert', 'style', 'test', ]], }, }