File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments