Skip to content

Commit

Permalink
Disabled declaration-no-important, selector-no-id, and max-nesting-de…
Browse files Browse the repository at this point in the history
…pth to make output cleaner
  • Loading branch information
efedorenko committed Jun 24, 2016
1 parent d07e84c commit cca3f3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module.exports = {
'declaration-bang-space-before': 'always',
'declaration-colon-space-after': null,
'declaration-colon-space-before': 'never',
'declaration-no-important': [true, {'severity': 'warning'}],
// 'declaration-no-important': [true, {'severity': 'warning'}],

// Declaration block
'declaration-block-no-duplicate-properties': true,
Expand Down Expand Up @@ -232,7 +232,7 @@ module.exports = {
// Selector
'selector-combinator-space-after': 'always',
'selector-combinator-space-before': 'always',
'selector-no-id': [true, {'severity': 'warning'}],
// 'selector-no-id': [true, {'severity': 'warning'}],
'selector-no-universal': true,
'selector-no-vendor-prefix': [true, {'severity': 'warning'}],
'selector-pseudo-class-case': 'lower',
Expand Down Expand Up @@ -262,7 +262,7 @@ module.exports = {

// General / Sheet
'max-empty-lines': 3,
'max-nesting-depth': [3, {'severity': 'warning'}],
// 'max-nesting-depth': [3, {'severity': 'warning'}],
'no-descending-specificity': null,
'no-eol-whitespace': true,
'no-invalid-double-slash-comments': true,
Expand Down

0 comments on commit cca3f3a

Please sign in to comment.