Registry / testing / privatix-prettier

privatix-prettier

JSON →
library1.0.2jsnpmunverified

A shareable Prettier configuration for projects following Privatix code style. Version 1.0.2. This package simply exports a Prettier configuration object that can be extended in package.json. It is opinionated and works best alongside other ESLint/Prettier setups. No release cadence known. Differentiators: tailored for Privatix projects, minimal setup via string reference.

npm install privatix-prettier
INSTALL
IMPORT
SIG · PRIVATIX-PRETTIER
P
privatix-prettier
testingjavascriptv1.0.2
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18226 runs
build_error
glibc
node 18226 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

privatix-prettier
In package.json: "prettier": "privatix-prettier"
import or require in code
This is a shareable config, not a module to import.

Install the config and reference it in package.json to enable Prettier formatting.

// In package.json { "name": "my-project", "version": "1.0.0", "devDependencies": { "privatix-prettier": "^1.0.2" }, "prettier": "privatix-prettier" }
Debug
Known issues
gotchaConfig is not compatible with Prettier versions before 2.0.
fix
Update Prettier to version 2.0 or higher.
affects: <2.0
Errors
Common errors & fixes
Error: Cannot find module 'privatix-prettier'
Package not installed or not in node_modules.
fix
Run 'yarn add --dev privatix-prettier' or 'npm install --save-dev privatix-prettier'.
Upgrade
Version history
1.0.2latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
privatix-prettier — npm install privatix-prettier · libregistry