livecode代码开发分支
This commit is contained in:
12
.stylelintrc.json
Normal file
12
.stylelintrc.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": "stylelint-config-sass-guidelines",
|
||||
"rules": {
|
||||
"color-named": null,
|
||||
"max-nesting-depth": 4,
|
||||
"selector-class-pattern": null,
|
||||
"selector-max-compound-selectors": 5,
|
||||
"selector-max-id": 3,
|
||||
"selector-no-qualifying-type": null
|
||||
},
|
||||
"ignoreFiles": ["**/build/**/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user