Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Jul 12, 2017
1 parent 1cab6b2 commit ec2faf1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
11 changes: 4 additions & 7 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,14 +358,14 @@ module.exports = {
'selector-combinator-space-after': 'always',
'selector-combinator-space-before': 'always',
'selector-max-empty-lines': 0,
'selector-no-id': true,
'selector-no-universal': true,
'selector-max-id': 0,
'selector-max-universal': 0,
'selector-no-vendor-prefix': true,
'selector-pseudo-class-case': 'lower',
'selector-pseudo-class-no-unknown': true,
'selector-pseudo-class-parentheses-space-inside': 'never',
'selector-pseudo-element-case': 'lower',
'selector-pseudo-element-no-unknown': true,
'selector-pseudo-class-no-unknown': true,
'selector-type-case': 'lower',
'selector-type-no-unknown': true,

Expand All @@ -392,17 +392,14 @@ module.exports = {

'at-rule-empty-line-before': ['always', {
except: ['after-same-name', 'first-nested'],
ignore: ['after-comment'],
}],
'at-rule-name-case': 'lower',
'at-rule-no-vendor-prefix': true,
'at-rule-name-space-after': 'always',
'at-rule-semicolon-newline-after': 'always',
'at-rule-semicolon-space-before': 'never',

'comment-empty-line-before': ['always', {
except: ['first-nested'],
ignore: ['after-comment'],
}],
'comment-whitespace-inside': 'always',

'indentation': 'tab',
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"extends": "eslint-config-hudochenkov"
},
"peerDependencies": {
"stylelint": "^7.10.1",
"stylelint-order": "^0.4.3",
"stylelint-scss": "^1.4.4"
"stylelint": "^7.13.0",
"stylelint-order": "^0.5.0",
"stylelint-scss": "^1.5.1"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-hudochenkov": "^1.3.0",
"stylelint": "^7.10.1",
"stylelint-order": "^0.4.3",
"stylelint-scss": "^1.4.4"
"stylelint": "^7.13.0",
"stylelint-order": "^0.5.0",
"stylelint-scss": "^1.5.1"
}
}

0 comments on commit ec2faf1

Please sign in to comment.