{"library":"prettier-es5","title":"prettier-es5","description":"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.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install prettier-es5"],"cli":null},"imports":["// Reference via package.json \"prettier\": \"prettier-es5\"","module.exports = require('prettier-es5');","prettier-es5"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// 1. Install\n// npm i -D prettier-es5\n\n// 2. Add to package.json\n// {\n//   \"prettier\": \"prettier-es5\"\n// }\n\n// 3. Run Prettier\n// npx prettier --write .","lang":"javascript","description":"Shows installation and usage of prettier-es5 as a Prettier config preset via package.json.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}