site/.stylelintrc

9 lines
188 B
Plaintext

{
"extends": "stylelint-config-bigchaindb",
"rules": {
"selector-max-id": 1,
"selector-no-qualifying-type": null,
"no-descending-specificity": null
}
}