remove deprecated rules

This commit is contained in:
Matthias Kretschmann 2017-07-18 13:03:44 +02:00
parent 1ac861ca94
commit 79538a40e2
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 0 additions and 2 deletions

View File

@ -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',