Skip to content

Commit

Permalink
Add at-import-partial-extension rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Dec 1, 2019
1 parent eb258f3 commit 86e7d26
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 @@ -18,6 +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-blacklist': [
'scss'
],
Expand Down

0 comments on commit 86e7d26

Please sign in to comment.