1 Star 0 Fork 20

linlw/ivy-web-app

forked from ming/ivy-ui-logicflow 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.stylelintrc.json 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
ming 提交于 2024-01-12 17:02 . commit
{
"extends": [
"stylelint-config-standard-scss",
"stylelint-config-idiomatic-order"
],
"plugins": [
"stylelint-use-logical-spec",
"stylelint-codeguide"
],
"overrides": [
{
"files": [
"**/*.scss"
],
"customSyntax": "postcss-scss"
},
{
"files": [
"**/*.vue"
],
"customSyntax": "postcss-html"
}
],
"rules": {
"codeguide/max-line-length": [
120,
{
"ignore": "comments"
}
],
"codeguide/indentation": 2,
"liberty/use-logical-spec": true,
"selector-class-pattern": null,
"color-function-notation": null,
"annotation-no-unknown": [
true,
{
"ignoreAnnotations": [
"default"
]
}
],
"media-feature-range-notation": null
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/linlw/ivy-web-app.git
git@gitee.com:linlw/ivy-web-app.git
linlw
ivy-web-app
ivy-web-app
master

搜索帮助