From 8e416359293512e44cd5c87b75ddb27d59ba5121 Mon Sep 17 00:00:00 2001 From: adammccullagh <113983695+adammccullagh@users.noreply.github.com> Date: Wed, 10 Jan 2024 16:14:30 +0000 Subject: [PATCH] Replaced at-import-no-partial-leading-underscore with load-no-partial-leading-underscore (#327) --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index ee52e59..d26ac32 100644 --- a/index.js +++ b/index.js @@ -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}?)?-?$`,