mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-01 15:55:34 +01:00
12 lines
222 B
Plaintext
12 lines
222 B
Plaintext
{
|
|
"extends": [
|
|
"stylelint-config-bigchaindb",
|
|
"stylelint-config-css-modules",
|
|
"./node_modules/prettier-stylelint/config.js"
|
|
],
|
|
"syntax": "scss",
|
|
"rules": {
|
|
"no-descending-specificity": null
|
|
}
|
|
}
|