You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(sfcc): add site template cartridge resolution via site setting
support resolving custom-cartridges from <siteTemplatePath>/sites/<site>/site.xml
use lightweight XML parsing with fast-xml-parser
extract site-template cartridge-path logic into a shared utility
add dedicated utility tests and update valid-require-path tests
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ The new `sfcc` plugin contains the general Rhino/SFCC runtime rules:
92
92
93
93
The recommended config intentionally combines these `sfcc/*` rules so `--fix` does not bounce between conflicting suggestions: Rhino-unsafe `const` becomes `let`, while genuinely safe top-level function bindings still become `const`.
0 commit comments