24 Star 173 Fork 35

zebra/zebra-uniapp-swiper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.stylelintrc.js 1.80 KB
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
extends: [
'stylelint-config-standard',
'stylelint-config-html/vue',
'stylelint-config-standard-scss',
'stylelint-config-recommended-vue/scss',
'stylelint-config-recess-order'
],
plugins: ['stylelint-scss', 'stylelint-order', 'stylelint-prettier'],
overrides: [
{
files: ['**/*.(css|html|vue)'],
customSyntax: 'postcss-html'
},
{
files: ['*.scss', '**/*.scss'],
customSyntax: 'postcss-scss',
extends: [
'stylelint-config-standard-scss',
'stylelint-config-recommended-vue/scss'
]
}
],
rules: {
'no-descending-specificity': null,
'selector-class-pattern': '^([-_a-z0-9]+)+$',
'selector-pseudo-element-no-unknown': [
true,
{
ignorePseudoElements: ['v-deep', 'v-global', 'v-slotted']
}
],
'rule-empty-line-before': [
'always',
{
ignore: ['after-comment', 'first-nested']
}
],
'selector-type-no-unknown': [
true,
{
ignoreTypes: ['page']
}
],
'at-rule-no-unknown': [
true,
{
ignoreAtRules: [
'tailwind',
'apply',
'variants',
'responsive',
'screen',
'function',
'if',
'each',
'include',
'mixin',
'use',
'while',
'page',
'at-root'
]
}
],
'unit-no-unknown': [true, { ignoreUnits: ['rpx'] }],
'order/order': [
[
'dollar-variables',
'custom-properties',
'at-rules',
'declarations',
{
type: 'at-rule',
name: 'supports'
},
{
type: 'at-rule',
name: 'media'
},
'rules'
],
{ severity: 'warning' }
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zebra-ui/zebra-uniapp-swiper.git
git@gitee.com:zebra-ui/zebra-uniapp-swiper.git
zebra-ui
zebra-uniapp-swiper
zebra-uniapp-swiper
master

搜索帮助