2020-03-31 13:47:59 +08:00

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
}
}