Registry / devops / prettier-formatter

prettier-formatter

JSON →
library1.1.0jsnpmunverified

A personal Prettier configuration package that provides a shareable formatting setup for text editors. Version 1.1.0 is the current stable release. It is a thin wrapper around Prettier, allowing users to reference a single package in their prettier config instead of duplicating settings. Slow release cadence with minimal updates. No custom rules beyond Prettier defaults; simply points to a baseline configuration.

npm install prettier-formatter
INSTALL
IMPORT
SIG · PRETTIER-FORMATTER
P
prettier-formatter
devopsjavascriptv1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

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

default config
// In package.json: "prettier": "prettier-formatter"
import prettierConfig from 'prettier-formatter'
The package is used as a string reference in prettier config, not imported directly in code.

Shows installation and configuration of prettier-formatter as a prettier config shortcut.

// Install npm install --save-dev prettier-formatter // In package.json { "prettier": "prettier-formatter" }
Debug
Known issues
gotchaPackage is a personal configuration; not extensible or customizable without forking.
fix
Use a standard prettier config or create your own preset.
affects: all
deprecatedNo recent updates or releases; may become unmaintained.
fix
Consider using Prettier's built-in or community config packages like @trivago/prettier-plugin-sort-imports.
affects: all
Errors
Common errors & fixes
Cannot find module 'prettier-formatter'
Package not installed or missing from devDependencies.
fix
Run 'npm install --save-dev prettier-formatter'
Invalid configuration: prettier-formatter is not a valid option
Using import or require instead of string in config.
fix
Set 'prettier' field to the string 'prettier-formatter' in package.json
Upgrade
Version history
1.1.0latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
prettier-formatter — npm install prettier-formatter · libregistry