@genesislcap/prettier-config 14.441.0 → 14.443.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.
Files changed (3) hide show
  1. package/README.md +2 -1
  2. package/index.json +1 -1
  3. package/package.json +4 -4
package/README.md CHANGED
@@ -1,7 +1,8 @@
1
1
  # Prettier configuration
2
2
 
3
- Shared [Prettier](https://prettier.io/) configuration.
3
+ > Deprecated: use the root **`.oxfmtrc.json`** for formatting in active projects.
4
4
 
5
+ Shared [Prettier](https://prettier.io/) configuration. The same style knobs (**semi**, **quotes**, **print width**, etc.) are mirrored in **`.oxfmtrc.json`** for **Oxfmt**, which runs **after Oxlint** in the `ox` and `ci` **`genx lint`** pipelines. Keep Prettier and Oxfmt config in sync when you change formatting defaults. Prettier remains useful for editors, seeds, and legacy workflows.
5
6
 
6
7
  ## Installation
7
8
 
package/index.json CHANGED
@@ -5,4 +5,4 @@
5
5
  "bracketSpacing": true,
6
6
  "printWidth": 100,
7
7
  "htmlWhitespaceSensitivity": "ignore"
8
- }
8
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/prettier-config",
3
3
  "description": "Prettier config",
4
- "version": "14.441.0",
4
+ "version": "14.443.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "engines": {
7
7
  "node": ">=22.0.0"
@@ -19,8 +19,8 @@
19
19
  "access": "public"
20
20
  },
21
21
  "scripts": {
22
- "lint": "genx lint --profile",
23
- "lint:fix": "genx lint --fix"
22
+ "lint": "genx lint -l ox",
23
+ "lint:fix": "genx lint -l ox --fix"
24
24
  },
25
- "gitHead": "7aa35983955df48854be7f8e1ea6d56eff71c3b5"
25
+ "gitHead": "057cb7a0d06f339094c8634a413e4a6e1aa95659"
26
26
  }