mirror of
https://github.com/bigchaindb/site.git
synced 2024-10-31 23:35:38 +01:00
9 lines
188 B
Plaintext
9 lines
188 B
Plaintext
{
|
|
"extends": "stylelint-config-bigchaindb",
|
|
"rules": {
|
|
"selector-max-id": 1,
|
|
"selector-no-qualifying-type": null,
|
|
"no-descending-specificity": null
|
|
}
|
|
}
|