Init
This commit is contained in:
commit
0029086b3f
148 changed files with 19047 additions and 0 deletions
20
packages/admin/.stylelintrc.json
Normal file
20
packages/admin/.stylelintrc.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"extends": [
|
||||
"stylelint-config-sass-guidelines",
|
||||
"stylelint-config-css-modules"
|
||||
],
|
||||
"plugins": ["stylelint-order"],
|
||||
"configBaseDir": "./",
|
||||
"customSyntax": "postcss-scss",
|
||||
"rules": {
|
||||
"order/properties-alphabetical-order": null,
|
||||
"max-nesting-depth": null,
|
||||
"selector-no-qualifying-type": null,
|
||||
"selector-class-pattern": "(^[a-z]+([A-Z]|-)+\\w+$)+|(^([a-z]|-)+\\w+$)",
|
||||
"scss/at-mixin-pattern": "(^[a-z]+([A-Z]|-)+\\w+$)+|(^([a-z]|-)+\\w+$)",
|
||||
"scss/dollar-variable-pattern": "(^[a-z]+([A-Z]|-)+\\w+$)+|(^([a-z]|-)+\\w+$)",
|
||||
"selector-max-compound-selectors": 8,
|
||||
"scss/at-extend-no-missing-placeholder": null,
|
||||
"at-rule-no-unknown": null
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue