adamantite 0.14.2 → 0.15.0
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/README.md +4 -1
- package/dist/index.js +472 -252
- package/package.json +23 -18
- package/presets/biome.jsonc +35 -93
- package/presets/oxfmt.json +37 -0
package/README.md
CHANGED
|
@@ -129,8 +129,11 @@ adamantite ci --monorepo
|
|
|
129
129
|
Special tooling for monorepo projects using [Sherif](https://github.com/QuiiBz/sherif):
|
|
130
130
|
|
|
131
131
|
```shell
|
|
132
|
-
#
|
|
132
|
+
# Check for monorepo-specific issues
|
|
133
133
|
adamantite monorepo
|
|
134
|
+
|
|
135
|
+
# Fix monorepo-specific issues
|
|
136
|
+
adamantite monorepo --fix
|
|
134
137
|
```
|
|
135
138
|
|
|
136
139
|
Automatically detects and fixes:
|