Prettier for JavaScript Standard Style. Version 0.222222222222222.333333333333333. Combines prettier pretty-printer with JavaScript Standard Style rules for zero-config formatting. Not actively maintained; alternatives include prettier-standard or prettier with standard config. Release cadence: sporadic. Key differentiator: auto-applies Standard Style without manual configuration, but version numbers are non-standard (likely a placeholder).
npm install prettier-standard-formatterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage of formatting a string with prettier-standard-formatter using the default export.
Use prettier-standard or configure prettier with eslint-config-standard.
Check actual latest version from npm registry.
Use npx to avoid ambiguity: npx prettier-standard-formatter
Install the correct package: npm install prettier-standard-formatter (note the -formatter suffix).
Import as: const prettierStandard = require('prettier-standard-formatter'); then call prettierStandard.format(source).Use CommonJS require() or enable ESM (e.g., type: module in package.json).