diff --git a/index.js b/index.js index ea17b56..eec143f 100644 --- a/index.js +++ b/index.js @@ -8,7 +8,6 @@ module.exports = { 'color-hex-length': 'short', 'color-named': 'never', 'selector-no-qualifying-type': true, - 'selector-no-id': true, 'selector-combinator-space-after': 'always', 'selector-attribute-quotes': 'always', 'selector-attribute-operator-space-before': 'never', @@ -27,7 +26,6 @@ module.exports = { 'comment-empty-line-before': 'always', 'selector-pseudo-element-colon-notation': 'single', 'selector-pseudo-class-parentheses-space-inside': 'never', - 'selector-no-type': true, 'media-feature-range-operator-space-before': 'always', 'media-feature-range-operator-space-after': 'always', 'media-feature-parentheses-space-inside': 'never',