Skip to content

Commit

Permalink
Fix the value for the no-duplicate-dollar-variables rule
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
sindresorhus committed Dec 23, 2019
1 parent 05ecb49 commit 517a558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
'scss/at-function-pattern': reLowercase,
'scss/at-if-no-null': true,
'scss/at-import-no-partial-leading-underscore': true,
'scss/at-import-partial-extension': true,
'scss/at-import-partial-extension': 'always',
'scss/at-import-partial-extension-blacklist': [
'scss'
],
Expand Down

0 comments on commit 517a558

Please sign in to comment.