Skip to content

Commit

Permalink
Add at-rule-semicolon-space-before
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Apr 22, 2017
1 parent 378649f commit ecba72e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ module.exports = {
'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'],
Expand Down

0 comments on commit ecba72e

Please sign in to comment.