{"id":20475,"library":"privatix-prettier","title":"Privatix Prettier Config","description":"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.","status":"active","version":"1.0.2","language":"javascript","source_language":"en","source_url":null,"tags":["javascript"],"install":[{"cmd":"npm install privatix-prettier","lang":"bash","label":"npm"},{"cmd":"yarn add privatix-prettier","lang":"bash","label":"yarn"},{"cmd":"pnpm add privatix-prettier","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"This is a shareable config, not a module to import.","wrong":"import or require in code","symbol":"privatix-prettier","correct":"In package.json: \"prettier\": \"privatix-prettier\""}],"quickstart":{"code":"// In package.json\n{\n  \"name\": \"my-project\",\n  \"version\": \"1.0.0\",\n  \"devDependencies\": {\n    \"privatix-prettier\": \"^1.0.2\"\n  },\n  \"prettier\": \"privatix-prettier\"\n}","lang":"javascript","description":"Install the config and reference it in package.json to enable Prettier formatting."},"warnings":[{"fix":"Update Prettier to version 2.0 or higher.","message":"Config is not compatible with Prettier versions before 2.0.","severity":"gotcha","affected_versions":"<2.0"}],"env_vars":null,"last_verified":"2026-04-25T00:00:00.000Z","next_check":"2026-07-24T00:00:00.000Z","problems":[{"fix":"Run 'yarn add --dev privatix-prettier' or 'npm install --save-dev privatix-prettier'.","cause":"Package not installed or not in node_modules.","error":"Error: Cannot find module 'privatix-prettier'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}