@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 +3 -3
- package/compiled/base.json +313 -313
- package/package.json +4 -17
- package/scripts/generate.js +1 -81
- package/project.json +0 -27
- package/src/extractor.js +0 -44
- package/src/extractor.test.js +0 -138
- package/src/fixtures/array-merge-config.jsonc +0 -52
- package/src/fixtures/no-markers-config.jsonc +0 -37
- package/src/fixtures/off-override-config.jsonc +0 -41
- package/src/fixtures/simple-config.jsonc +0 -45
- package/src/merger.js +0 -100
- package/src/merger.test.js +0 -178
- package/src/processor.js +0 -121
- package/src/processor.test.js +0 -336
- package/src/universePackages.js +0 -144
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": ["@
|
|
284
|
-
"message": "Deep imports from @
|
|
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 @
|
|
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
|