Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
efedorenko committed Aug 22, 2016
2 parents cbbb304 + cca3f3a commit f2b7ac8
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 @@ -52,7 +52,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 @@ -218,7 +218,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 @@ -249,7 +249,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 f2b7ac8

Please sign in to comment.