@genesislcap/prettier-config 14.436.0-FUI-2489.2 → 14.437.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 +1 -2
- package/index.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
# Prettier configuration
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Shared [Prettier](https://prettier.io/) configuration.
|
|
4
4
|
|
|
5
|
-
Shared [Prettier](https://prettier.io/) configuration. The same style knobs (**semi**, **quotes**, **print width**, etc.) are mirrored in **`@genesislcap/oxfmt-config`** for **Oxfmt**, which runs **after Oxlint** in the default **`genx lint`** / CI pipeline. Keep Prettier and Oxfmt packages in sync when you change formatting defaults. Prettier remains useful for editors, seeds, and legacy workflows.
|
|
6
5
|
|
|
7
6
|
## Installation
|
|
8
7
|
|
package/index.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/prettier-config",
|
|
3
3
|
"description": "Prettier config",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.437.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=22.0.0"
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"lint": "genx lint --profile",
|
|
23
23
|
"lint:fix": "genx lint --fix"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "c30c777f0ab5e45f4e931a9cc1200ac85bcace35"
|
|
26
26
|
}
|