Skip to content

Commit

Permalink
Added selector-pseudo-class-no-unknown and selector-type-no-unknown f…
Browse files Browse the repository at this point in the history
…rom 6.4.0
  • Loading branch information
efedorenko committed May 19, 2016
1 parent 4b7a905 commit 9b8f77a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,11 @@ module.exports = {
'selector-no-universal': true,
'selector-no-vendor-prefix': [true, {'severity': 'warning'}],
'selector-pseudo-class-case': 'lower',
'selector-pseudo-class-no-unknown': true,
'selector-pseudo-element-case': 'lower',
'selector-pseudo-element-colon-notation': 'double',
'selector-type-case': 'lower',
'selector-type-no-unknown': [true, {'severity': 'warning'}],

// Selector list
'selector-list-comma-newline-after': 'always',
Expand Down

0 comments on commit 9b8f77a

Please sign in to comment.