Xcraft Prettier settings is a shared configuration package for Prettier, version 2.0.2, designed for use within the Xcraft ecosystem. It provides a standardized set of Prettier options to enforce consistent code formatting across Xcraft projects. This package is likely internal to Xcraft and not intended for general use; it has low release cadence and minimal documentation. Compared to more widely-adopted shared configs like @company/prettier-config, this is highly specific and may break if Prettier updates its options.
npm install xcraft-dev-prettierVerified import paths — ran on the pinned version, not inferred.
Shows how to extend the shared Prettier config from xcraft-dev-prettier in a project, using either .prettierrc.js or package.json.
Consider using a community-maintained Prettier shared config like @company/prettier-config or prettier-config-standard.
Review Prettier v3 migration guide and update .prettierrc accordingly.
Run `npm install --save-dev xcraft-dev-prettier`.
Use .prettierrc.js with `module.exports = require('xcraft-dev-prettier');`No dependency data recorded yet.