Skip to content

Commit

Permalink
Replaced at-import-no-partial-leading-underscore with load-no-partial…
Browse files Browse the repository at this point in the history
…-leading-underscore (#327)
  • Loading branch information
adammccullagh authored Jan 10, 2024
1 parent 2716aef commit 8e41635
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 @@ -97,7 +97,7 @@ module.exports = {
'Expected function to be kebab-case (scss/at-function-pattern)',
},
],
'scss/at-import-no-partial-leading-underscore': true,
'scss/load-no-partial-leading-underscore': true,
'scss/at-mixin-argumentless-call-parentheses': 'never',
'scss/at-mixin-pattern': [
`^_?${kebabCase}(__${kebabCase})?(--${kebabCase}?)?-?$`,
Expand Down

0 comments on commit 8e41635

Please sign in to comment.