A shared Prettier configuration package providing a basic set of formatting rules based on Airbnb's standard with personal modifications. Current stable version: 1.0.0. This configuration is intended for projects using Prettier 2.x. It serves as a simple alternative to more comprehensive shared configs like @ivandotv/prettier-config or eslint-config-prettier, but offers limited customization and no built-in integration with ESLint. The package is released as-is with no active release cadence.
npm install prettier-basicVerified import paths — ran on the pinned version, not inferred.
Installs prettier and prettier-basic, sets the config in package.json, and runs a formatting command.
Review the actual rules by looking at source code or use --check before applying.
Consider using a more actively maintained shared config like @ivandotv/prettier-config.
Run `npm install --save-dev prettier-basic` or ensure it's in package.json devDependencies.
In .prettierrc, the content should be exactly `"prettier-basic"` (with quotes) or in package.json under "prettier" key.