1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/vuepress-reco-vuepress-theme-reco-next

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
stylelint.config.js 691 Байт
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
reco_luan Отправлено 05.09.2021 19:25 9ff8490
module.exports = {
extends: ['stylelint-config-standard'],
rules: {
'at-rule-no-unknown': [
true,
{
ignoreAtRules: [
'tailwind',
'apply',
'variants',
'responsive',
'screen',
],
},
],
'at-rule-empty-line-before': 'never',
'declaration-block-trailing-semicolon': null,
'no-descending-specificity': null,
'declaration-block-no-duplicate-custom-properties': false,
'named-grid-areas-no-invalid': null,
'no-irregular-whitespace': false,
'no-invalid-position-at-import-rule': null,
'CssSyntaxError': null,
'selector-pseudo-element-colon-notation': 'single',
},
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/vuepress-reco-vuepress-theme-reco-next.git
git@api.gitlife.ru:oschina-mirror/vuepress-reco-vuepress-theme-reco-next.git
oschina-mirror
vuepress-reco-vuepress-theme-reco-next
vuepress-reco-vuepress-theme-reco-next
main