A shared Prettier configuration that enforces trailing commas where valid in ES5 (trailingComma: 'es5'), tab width of 4, no semicolons, and single quotes. Current version is 0.0.4. This package is a lightweight config preset requiring no JavaScript logic—just a JSON object. It simplifies consistent Prettier setup across projects by extending the 'prettier' key in package.json. Alternative to eslint-config-prettier or manual .prettierrc files when only these four rules are needed.
npm install prettier-es5Verified import paths — ran on the pinned version, not inferred.
Shows installation and usage of prettier-es5 as a Prettier config preset via package.json.
Override in local .prettierrc or use a different config.
Set tabWidth manually in project .prettierrc after referencing this config.
Consider using official 'prettier' config or create a local .prettierrc.
Run 'npm install -D prettier-es5' or add to devDependencies.
Ensure 'prettier' is at the top-level of package.json, not nested.
Double-check the spelling: "prettier": "prettier-es5" (string, not object).
No dependency data recorded yet.