uilint-eslint 0.2.76 → 0.2.77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -92,6 +92,13 @@ interface RuleMeta {
92
92
  defaultEnabled?: boolean;
93
93
  /** External requirements the rule needs */
94
94
  requirements?: RuleRequirement[];
95
+ /**
96
+ * NPM packages that must be installed for this rule to work.
97
+ * These will be added to the target project's dependencies during installation.
98
+ *
99
+ * Example: ["xxhash-wasm"] for rules using the xxhash library
100
+ */
101
+ npmDependencies?: string[];
95
102
  /** Instructions to show after installation */
96
103
  postInstallInstructions?: string;
97
104
  /** Framework compatibility */
package/dist/index.js CHANGED
@@ -1683,6 +1683,7 @@ var meta5 = defineRuleMeta({
1683
1683
  setupHint: "Run: uilint genstyleguide"
1684
1684
  }
1685
1685
  ],
1686
+ npmDependencies: ["xxhash-wasm"],
1686
1687
  defaultOptions: [{ model: "qwen3-coder:30b", styleguidePath: ".uilint/styleguide.md" }],
1687
1688
  optionSchema: {
1688
1689
  fields: [