{"library":"prettier-airbnb-config","title":"Prettier Airbnb Config","description":"A Prettier configuration package that translates the Airbnb JavaScript style guide into Prettier options. Version 1.0.0 is the only release; no updates or new releases since its initial publication. It provides a ready-to-use set of Prettier rules covering quotes, trailing commas, semicolons, bracket spacing, arrow parentheses, and JSX settings, aligning with common Airbnb style conventions. Unlike other configs that may be more opinionated or regularly updated, this package is a simple snapshot of Airbnb's style from that time and does not keep pace with Prettier or Airbnb guideline changes. It requires Prettier 1.18.2 as a peer dependency.","language":"javascript","status":"maintenance","last_verified":"Sat Apr 25","install":{"commands":["npm install prettier-airbnb-config"],"cli":null},"imports":["In package.json: \"prettier\": \"prettier-airbnb-config\"","module.exports = { ...require('prettier-airbnb-config'), printWidth: 120 };","\"prettier-airbnb-config\" in .prettierrc.json"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Install\nnpm install prettier prettier-airbnb-config --save-dev\n\n// In package.json:\n{\n  \"name\": \"my-project\",\n  \"version\": \"1.0.0\",\n  \"prettier\": \"prettier-airbnb-config\"\n}\n\n// Or create .prettierrc.js:\nmodule.exports = {\n  ...require('prettier-airbnb-config'),\n  printWidth: 120\n};","lang":"javascript","description":"Install and configure Prettier to use the Airbnb-based config via package.json or .prettierrc.js with optional overrides.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}