1
0
mirror of https://github.com/bigchaindb/stylelint-config-bigchaindb.git synced 2024-12-26 22:57:48 +01:00

switch deprecated rules from example

This commit is contained in:
Matthias Kretschmann 2017-07-18 13:16:54 +02:00
parent ed8d38c73e
commit 664754d974
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -37,8 +37,8 @@ If you really know what you're doing™ you can change or disable individual rul
```json
{
"extends": "stylelint-config-bigchaindb",
rules: {
"selector-no-type": null,
"rules": {
"selector-max-id": 1,
"selector-no-qualifying-type": null
}
}