mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-12 02:46:08 +00:00
18 lines
394 B
Plaintext
18 lines
394 B
Plaintext
{
|
|
"extends": [
|
|
"@alifd/stylelint-config-next"
|
|
],
|
|
"ignoreFiles": [
|
|
"**/*.js",
|
|
"**/*.jsx"
|
|
],
|
|
"rules": {
|
|
"max-nesting-depth": 4,
|
|
"max-empty-lines": 3,
|
|
"no-duplicate-selectors": null,
|
|
"no-descending-specificity": null,
|
|
"font-family-no-missing-generic-family-keyword": null,
|
|
"no-empty-source": null
|
|
}
|
|
}
|