Skip to content

Commit

Permalink
refactor: removed the rule scss/comment-no-empty because it does not …
Browse files Browse the repository at this point in the history
…work as expected

also don't have any advantages
  • Loading branch information
hsnaydd committed Feb 10, 2023
1 parent 71b7829 commit e89a3e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Expand Up @@ -187,7 +187,6 @@ module.exports = {
'scss/at-import-partial-extension': 'never',
'scss/at-mixin-pattern': '^[_-]?[a-z]+([a-z0-9-]+[a-z0-9]+)?$',
'scss/at-rule-no-unknown': true,
'scss/comment-no-empty': true,
'scss/declaration-nested-properties-no-divided-groups': true,
'scss/dollar-variable-colon-space-after': 'always',
'scss/dollar-variable-colon-space-before': 'never',
Expand Down

0 comments on commit e89a3e3

Please sign in to comment.