Read Prettier options from a `.prettieropts` file and pass them to the `prettier` binary. Version 1.0.0. Very minimal package, appears to be experimental or forked from a gist, no regular release cadence. Depends on `prettier` being installed. Simpler than `@prettier/plugin-x` but limited to npm scripts.
npm install prettier-configNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configure npm scripts to use prettier-config to format JavaScript files with options from .prettieropts.
Use via npm scripts or run with npx.
Consider using official prettier with --config option or eslint-config-prettier.
Install prettier-config locally: npm install --save-dev prettier-config
Install prettier: npm install --save-dev prettier