Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
Add declaration-nested-properties rule
Browse files Browse the repository at this point in the history
  • Loading branch information
losbeekos committed Nov 13, 2019
1 parent df20d83 commit 07eb1e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ module.exports = {
"scss/at-rule-conditional-no-parentheses": true,
"scss/at-rule-no-unknown": true,
"scss/comment-no-loud": true,
"scss/declaration-nested-properties": [
"always",
{
except: ["only-of-namespace"]
}
],
"scss/function-color-relative": true,
"scss/no-duplicate-mixins": true,
"scss/selector-nest-combinators": "always",
Expand Down

0 comments on commit 07eb1e7

Please sign in to comment.