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
1 changed files with 2 additions and 2 deletions

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
}
}