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

valid json, thanks to Stylelint v8

This commit is contained in:
Matthias Kretschmann 2017-07-18 13:18:31 +02:00
parent 5d7ae1d98f
commit d2978346dd
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -1,7 +1,6 @@
{
"extends": "stylelint-config-bigchaindb",
rules: {
"selector-no-type": null,
"rules": {
"selector-no-qualifying-type": null
}
}