control specificity

This commit is contained in:
Matthias Kretschmann 2017-05-30 23:49:15 +02:00
parent 8f9039789b
commit b413d80181
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC
1 changed files with 3 additions and 1 deletions

View File

@ -37,6 +37,8 @@ module.exports = {
'at-rule-no-vendor-prefix': true,
'property-no-vendor-prefix': true,
'selector-no-vendor-prefix': true,
'value-no-vendor-prefix': true
'value-no-vendor-prefix': true,
'max-nesting-depth': 3,
'selector-max-compound-selectors': 3
}
}