@luxfi/biome-config 1.0.3 → 1.0.5

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/base.jsonc CHANGED
@@ -280,8 +280,8 @@
280
280
  "message": "Please do not import SVG files directly from `ui/src/assets/icons/*.svg`. Use generated icon components instead, e.g., `ui/src/components/icons/{iconName}`."
281
281
  },
282
282
  {
283
- "group": ["@universe/*/src", "@universe/*/src/*"],
284
- "message": "Deep imports from @universe/* packages are forbidden. Import from the package root instead (e.g., '@universe/api', '@universe/config'). All public APIs are exported from package roots."
283
+ "group": ["@luxexchange/*/src", "@luxexchange/*/src/*"],
284
+ "message": "Deep imports from @luxexchange/* packages are forbidden. Import from the package root instead (e.g., '@luxexchange/api', '@luxexchange/config'). All public APIs are exported from package roots."
285
285
  }
286
286
  ]
287
287
  }
@@ -452,7 +452,7 @@
452
452
  // OVERRIDES
453
453
  // ===================================================================
454
454
  "overrides": [
455
- // Auto-generate overrides for @universe/* packages
455
+ // Auto-generate overrides for @luxexchange/* packages
456
456
  // This marker is replaced by the generator script with actual override configurations
457
457
  "__AUTO_GENERATE_UNIVERSE_OVERRIDES__",
458
458
  // packages/prices