Skip to content

Commit

Permalink
Add no-duplicate-mixins rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Dec 1, 2019
1 parent 98a10e5 commit 668a146
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ module.exports = {
'scss/operator-no-unspaced': true,
'scss/partial-no-import': true,
'scss/selector-no-redundant-nesting-selector': true,
'scss/no-duplicate-dollar-variables': true
'scss/no-duplicate-dollar-variables': true,
'scss/no-duplicate-mixins': true
}
};

0 comments on commit 668a146

Please sign in to comment.