1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 15:55:36 +01:00
site/.stylelintrc

8 lines
145 B
Plaintext
Raw Normal View History

2017-05-30 18:25:40 +02:00
{
2017-05-31 00:22:14 +02:00
"extends": "stylelint-config-bigchaindb",
2017-07-18 13:18:31 +02:00
"rules": {
2017-07-18 13:37:36 +02:00
"selector-max-id": 1,
2017-05-31 00:22:14 +02:00
"selector-no-qualifying-type": null
}
2017-05-30 18:25:40 +02:00
}