1 Star 0 Fork 7

inude / vue-router-tab

forked from bhuh12 / vue-router-tab 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.stylelintrc.js 931 Bytes
一键复制 编辑 原始数据 按行查看 历史
/**
* stylelint 配置
* stylelint: https://stylelint.io/user-guide/rules/list
* stylelint-scss: https://github.com/kristerkari/stylelint-scss
* stylelint-config-rational-order: https://github.com/constverum/stylelint-config-rational-order
*/
module.exports = {
extends: [
'stylelint-config-recommended',
'stylelint-config-rational-order',
'stylelint-config-prettier'
],
plugins: [
'stylelint-scss',
'stylelint-order',
'stylelint-config-rational-order/plugin'
],
rules: {
// 伪元素
'selector-pseudo-element-no-unknown': [
true,
{
ignorePseudoElements: ['v-deep']
}
],
// 通用字体
'font-family-no-missing-generic-family-keyword': [
true,
{
ignoreFontFamilies: ['rt-icon', 'element-icons']
}
],
'no-descending-specificity': null,
'at-rule-no-unknown': null,
'scss/at-rule-no-unknown': true
}
}
JavaScript
1
https://gitee.com/inude/vue-router-tab.git
git@gitee.com:inude/vue-router-tab.git
inude
vue-router-tab
vue-router-tab
main

搜索帮助