diff --git a/index.js b/index.js index eec143f..1036220 100644 --- a/index.js +++ b/index.js @@ -38,6 +38,7 @@ module.exports = { 'value-no-vendor-prefix': true, 'max-nesting-depth': 3, 'selector-max-compound-selectors': 3, - 'max-empty-lines': 2 + 'max-empty-lines': 2, + 'selector-max-id': 0 } }