/
sbertech
/
ui-kit-ce
Обзор
Документация
Войти
/
sbertech
/
ui-kit-ce
Код
Запросы
6
Задачи
0
Вики
Пакеты
71
Релизы
16
CI/CD
Аналитика
Безопасность
develop
commitlint.config.js
82 строки
2 KB
zavyalov.d.o
feat(popover): добавлен новый компонент Popover
06 фев 2026, 08:58
b604d9e
О чём код?
module.exports = { extends: ['@commitlint/config-conventional'], rules: { 'scope-enum': [ 2, 'always', [ 'accordion', 'audio', 'autocomplete', 'avatar', 'badge', 'bar', 'box', 'breadcrumbs', 'button', 'button-group', 'card', 'checkbox', 'checkbox-group', 'clickstream', 'combo-box', 'common', 'container', 'date-picker', 'divider', 'drawer', 'dropdown', 'dropdown-menu', 'file-uploader', 'fonts', 'grid', 'hooks', 'icons', 'inline-notification', 'input', 'input-helper-text', 'input-label', 'input-number', 'input-password', 'label-control', 'labelled', 'link', 'list', 'loading-button', 'masked-input', 'mentions', 'modal', 'next-js-provider', 'notification', 'pagination', 'polyfills', 'popover', 'popup', 'portal', 'progress', 'radio', 'radio-group', 'rating', 'splitter', 'select', 'skeleton', 'slider', 'stepper', 'styler-sync', 'switch', 'table', 'tabs', 'tag', 'text', 'textarea', 'theme', 'tooltip', 'tree', 'tree-dnd', 'typography', 'underlay', 'utils', ], ], }, }