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
@@ -87,31 +92,29 @@ The new `sfcc` plugin contains the general Rhino/SFCC runtime rules:
87
92
88
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`.
By default, the rule validates path patterns only and allows bare `server` requires.
97
+
By default, `sfcc/valid-require-path` validates path patterns only and allows bare `server` requires.
98
+
99
+
Use `createRecommendedConfig({ sfcc: ... })` to define shared SFCC plugin options centrally. These values are exposed through ESLint `settings.sfcc`, so future `sfcc/*` rules can reuse them without adding per-rule options.
0 commit comments