1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-06-29 00:58:04 +02:00
site/.stylelintrc

8 lines
147 B
Plaintext

{
"extends": "stylelint-config-bigchaindb",
rules: {
"selector-no-type": null,
"selector-no-qualifying-type": null
}
}