@@ -2040,6 +2040,7 @@ exports[`Test stylelint preset with snapshot > astro preset > should match snaps
20402040 " scss/media-feature-value-dollar-variable" : [Function ],
20412041 " scss/no-dollar-variables" : [Function ],
20422042 " scss/no-duplicate-dollar-variables" : [Function ],
2043+ " scss/no-duplicate-load-rules" : [Function ],
20432044 " scss/no-duplicate-mixins" : [Function ],
20442045 " scss/no-global-function-names" : [Function ],
20452046 " scss/no-unused-private-members" : [Function ],
@@ -2058,7 +2059,7 @@ exports[`Test stylelint preset with snapshot > astro preset > should match snaps
20582059 " /home/runner/work/js-config/js-config/node_modules/.pnpm/[email protected] [email protected] [email protected] _/node_modules/stylelint-value-no-unknown-custom-properties/src/index.mjs" , 20592060 " /home/runner/work/js-config/js-config/node_modules/.pnpm/@[email protected] [email protected] [email protected] _/node_modules/@double-great/stylelint-a11y/src/index.js" , 20602061 " /home/runner/work/js-config/js-config/node_modules/.pnpm/[email protected] [email protected] [email protected] _/node_modules/stylelint-order/index.js" , 2061- " /home/runner/work/js-config/js-config/node_modules/.pnpm/stylelint-scss@6.10 [email protected] [email protected] _/node_modules/stylelint-scss/src/index.js" , 2062+ " /home/runner/work/js-config/js-config/node_modules/.pnpm/stylelint-scss@6.12 [email protected] [email protected] _/node_modules/stylelint-scss/src/index.js" , 20622063 " /home/runner/work/js-config/js-config/node_modules/.pnpm/[email protected] [email protected] [email protected] _/node_modules/stylelint-scss/src/index.js" , 20632064 " /home/runner/work/js-config/js-config/node_modules/.pnpm/@[email protected] [email protected] [email protected] _/node_modules/@stylistic/stylelint-plugin/lib/index.js" , 20642065 ],
@@ -2112,12 +2113,8 @@ exports[`Test stylelint preset with snapshot > astro preset > should match snaps
21122113 },
21132114 ],
21142115 " annotation-no-unknown" : null ,
2115- " at-rule-descriptor-no-unknown" : [
2116- true ,
2117- ],
2118- " at-rule-descriptor-value-no-unknown" : [
2119- true ,
2120- ],
2116+ " at-rule-descriptor-no-unknown" : null ,
2117+ " at-rule-descriptor-value-no-unknown" : null ,
21212118 " at-rule-disallowed-list" : [
21222119 [
21232120 " debug" ,
@@ -2145,14 +2142,7 @@ exports[`Test stylelint preset with snapshot > astro preset > should match snaps
21452142 " at-rule-no-vendor-prefix" : [
21462143 true ,
21472144 ],
2148- " at-rule-prelude-no-invalid" : [
2149- true ,
2150- {
2151- " ignoreAtRules" : [
2152- " media" ,
2153- ],
2154- },
2155- ],
2145+ " at-rule-prelude-no-invalid" : null ,
21562146 " block-no-empty" : [
21572147 true ,
21582148 ],
@@ -2278,9 +2268,7 @@ exports[`Test stylelint preset with snapshot > astro preset > should match snaps
22782268 " declaration-property-value-keyword-no-deprecated" : [
22792269 true ,
22802270 ],
2281- " declaration-property-value-no-unknown" : [
2282- true ,
2283- ],
2271+ " declaration-property-value-no-unknown" : null ,
22842272 " font-family-name-quotes" : [
22852273 " always-where-recommended" ,
22862274 ],
@@ -2353,9 +2341,7 @@ exports[`Test stylelint preset with snapshot > astro preset > should match snaps
23532341 " media-feature-name-no-vendor-prefix" : [
23542342 true ,
23552343 ],
2356- " media-feature-name-value-no-unknown" : [
2357- true ,
2358- ],
2344+ " media-feature-name-value-no-unknown" : null ,
23592345 " media-feature-range-notation" : [
23602346 " context" ,
23612347 ],
@@ -5198,6 +5184,7 @@ exports[`Test stylelint preset with snapshot > scss preset > should match snapsh
51985184 " scss/media-feature-value-dollar-variable" : [Function ],
51995185 " scss/no-dollar-variables" : [Function ],
52005186 " scss/no-duplicate-dollar-variables" : [Function ],
5187+ " scss/no-duplicate-load-rules" : [Function ],
52015188 " scss/no-duplicate-mixins" : [Function ],
52025189 " scss/no-global-function-names" : [Function ],
52035190 " scss/no-unused-private-members" : [Function ],
@@ -5216,7 +5203,7 @@ exports[`Test stylelint preset with snapshot > scss preset > should match snapsh
52165203 " /home/runner/work/js-config/js-config/node_modules/.pnpm/[email protected] [email protected] [email protected] _/node_modules/stylelint-value-no-unknown-custom-properties/src/index.mjs" , 52175204 " /home/runner/work/js-config/js-config/node_modules/.pnpm/@[email protected] [email protected] [email protected] _/node_modules/@double-great/stylelint-a11y/src/index.js" , 52185205 " /home/runner/work/js-config/js-config/node_modules/.pnpm/[email protected] [email protected] [email protected] _/node_modules/stylelint-order/index.js" , 5219- " /home/runner/work/js-config/js-config/node_modules/.pnpm/stylelint-scss@6.10 [email protected] [email protected] _/node_modules/stylelint-scss/src/index.js" , 5206+ " /home/runner/work/js-config/js-config/node_modules/.pnpm/stylelint-scss@6.12 [email protected] [email protected] _/node_modules/stylelint-scss/src/index.js" , 52205207 " /home/runner/work/js-config/js-config/node_modules/.pnpm/[email protected] [email protected] [email protected] _/node_modules/stylelint-scss/src/index.js" , 52215208 " /home/runner/work/js-config/js-config/node_modules/.pnpm/@[email protected] [email protected] [email protected] _/node_modules/@stylistic/stylelint-plugin/lib/index.js" , 52225209 ],
@@ -5270,12 +5257,8 @@ exports[`Test stylelint preset with snapshot > scss preset > should match snapsh
52705257 },
52715258 ],
52725259 " annotation-no-unknown" : null ,
5273- " at-rule-descriptor-no-unknown" : [
5274- true ,
5275- ],
5276- " at-rule-descriptor-value-no-unknown" : [
5277- true ,
5278- ],
5260+ " at-rule-descriptor-no-unknown" : null ,
5261+ " at-rule-descriptor-value-no-unknown" : null ,
52795262 " at-rule-disallowed-list" : [
52805263 [
52815264 " debug" ,
@@ -5303,14 +5286,7 @@ exports[`Test stylelint preset with snapshot > scss preset > should match snapsh
53035286 " at-rule-no-vendor-prefix" : [
53045287 true ,
53055288 ],
5306- " at-rule-prelude-no-invalid" : [
5307- true ,
5308- {
5309- " ignoreAtRules" : [
5310- " media" ,
5311- ],
5312- },
5313- ],
5289+ " at-rule-prelude-no-invalid" : null ,
53145290 " block-no-empty" : [
53155291 true ,
53165292 ],
@@ -5436,9 +5412,7 @@ exports[`Test stylelint preset with snapshot > scss preset > should match snapsh
54365412 " declaration-property-value-keyword-no-deprecated" : [
54375413 true ,
54385414 ],
5439- " declaration-property-value-no-unknown" : [
5440- true ,
5441- ],
5415+ " declaration-property-value-no-unknown" : null ,
54425416 " font-family-name-quotes" : [
54435417 " always-where-recommended" ,
54445418 ],
@@ -5511,9 +5485,7 @@ exports[`Test stylelint preset with snapshot > scss preset > should match snapsh
55115485 " media-feature-name-no-vendor-prefix" : [
55125486 true ,
55135487 ],
5514- " media-feature-name-value-no-unknown" : [
5515- true ,
5516- ],
5488+ " media-feature-name-value-no-unknown" : null ,
55175489 " media-feature-range-notation" : [
55185490 " context" ,
55195491 ],
0 commit comments