Skip to content

Commit 2954960

Browse files
authored
Merge pull request #30 from atolye15/fix/update-deprecated-rule
fix: remove deprecated rule and use the new one
2 parents 9197642 + 7e56c65 commit 2954960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ module.exports = {
150150
],
151151
'scss/at-extend-no-missing-placeholder': true,
152152
'scss/at-function-pattern': '^[_-]?[a-z]+([a-z0-9-]+[a-z0-9]+)?$',
153-
'scss/at-import-no-partial-leading-underscore': true,
154153
'scss/at-import-partial-extension': 'never',
155154
'scss/at-mixin-pattern': '^[_-]?[a-z]+([a-z0-9-]+[a-z0-9]+)?$',
156155
'scss/at-rule-no-unknown': true,
@@ -162,6 +161,7 @@ module.exports = {
162161
'scss/dollar-variable-pattern': '^[_-]?[a-z]+([a-z0-9-]+[a-z0-9]+)?$',
163162
'scss/function-quote-no-quoted-strings-inside': true,
164163
'scss/function-unquote-no-unquoted-strings-inside': true,
164+
'scss/load-no-partial-leading-underscore': true,
165165
'scss/percent-placeholder-pattern': '^[_-]?[a-z]+([a-z0-9-]+[a-z0-9]+)?$',
166166
'scss/no-duplicate-mixins': true,
167167
'scss/no-global-function-names': true,

0 commit comments

Comments
 (0)