{"_id":"@apaxsoftware/prettier-config-apax","_rev":"1-86104217ed5cacadeca1c8e19192135b","name":"@apaxsoftware/prettier-config-apax","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@apaxsoftware/prettier-config-apax","version":"1.0.0","description":"A Prettier configuration based on the Airbnb JavaScript style guide","keywords":["prettier","config","airbnb"],"repository":{"type":"git","url":"git+https://github.com/austrokhart/prettier-config-apax.git"},"license":"MIT","author":{"name":"austrokhart"},"main":"lib/.prettierrc.json","gitHead":"197aa87e27b19d9ed98e2b50ea2e6473ad5ed1d7","bugs":{"url":"https://github.com/austrokhart/prettier-config-apax/issues"},"homepage":"https://github.com/austrokhart/prettier-config-apax#readme","_id":"@apaxsoftware/prettier-config-apax@1.0.0","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-lkbk6KcYlUOJoB+a+zQ+uwyfARqzOs1G6p3Mx3IECnkOYIesnXoy7qWpibrfENV/Z8hCe9xaJb3i0R8EhNNOzg==","shasum":"692821c20fe142984fc911f4dcac2b201e3e6c25","tarball":"https://registry.npmjs.org/@apaxsoftware/prettier-config-apax/-/prettier-config-apax-1.0.0.tgz","fileCount":3,"unpackedSize":2509,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCuOWIOiVXJHPnG79uJdeqe7+xWa29NVX4EV1+Id96Y8gIhANOt89+EYL0d1hotTmFz6xBJEgbVl01nSNPe4xnVjb1i"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWbI5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrcbxAAhxYiuW9EMgE58kVsbKHQWpTfmQr3RI9ovaVPzbo8CiNuAYeD\r\n9EMa7+kzoxXJKx1O10Sr7YN7r1O+YkJWbokTKF03XLD8enFp7euAfsCykado\r\neqeUq4x2Dk4N2K15QjQZIxhGUkurmDvdWgCEaqOKIoLRDd7DGvMx+IoOxjw4\r\n5AwwAz2KNkbicI23DLU9flAx/+69TTTizfuv1MVn+rPajX57DXmi/EVSyyWX\r\nfqzbMVftZII6MvSDHMKK+YUN+Ri8F5iqfO+qB2vHtr6MBNosWF98AJ+gw2QL\r\nI7jZvv0IPtVmFu+qXkwuW3u84ARCYvcaA7HP7V5u2hTUjQJMF8bvpFX81WOs\r\ni4YXmyee1dcm66YAY80bZnYo8UGW83TsOvbxF4tKRszDRSONrk+FyGkAzhHw\r\nyNsNGy226XKMFARxENbNIY+KjniNnNIKfaFLfcdPZd9WjqtFOKkrBJI4BCUz\r\n0xJbzHxuFyicaO8TOtGAjpGRRbaJ4MhINsfb9pw2Cocz7oXNcql3kjfqgU7b\r\n5TgwqwlL0WalzuvuY99SiaxSG2BwcZPRARohi//UUrzBfjmMU40ZI5K1y/GZ\r\nN+x5tlKTLXft6K4a5HX7BTBpuCi9DbS6pA9Fg8bMnQkzBEGeWNrThZWx/WDm\r\njmC/e+azvFQVhenrxmC16Bf72iPOCh7tJCQ=\r\n=ziUs\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"davidm.apax","email":"davidm@apaxsoftware.com"},"directories":{},"maintainers":[{"name":"chris-allen","email":"chris@apaxsoftware.com"},{"name":"davidm.apax","email":"davidm@apaxsoftware.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/prettier-config-apax_1.0.0_1650045496778_0.7870204905008502"},"_hasShrinkwrap":false}},"time":{"created":"2022-04-15T17:58:16.710Z","1.0.0":"2022-04-15T17:58:16.991Z","modified":"2024-04-09T16:08:56.776Z"},"maintainers":[{"email":"chris@apaxsoftware.com","name":"chris-allen"}],"description":"A Prettier configuration based on the Airbnb JavaScript style guide","homepage":"https://github.com/austrokhart/prettier-config-apax#readme","keywords":["prettier","config","airbnb"],"repository":{"type":"git","url":"git+https://github.com/austrokhart/prettier-config-apax.git"},"author":{"name":"austrokhart"},"bugs":{"url":"https://github.com/austrokhart/prettier-config-apax/issues"},"license":"MIT","readme":"# prettier-config-apax\n\nA [Prettier](https://prettier.io) configuration based on the [Airbnb JavaScript style guide](https://github.com/airbnb/javascript)\n\n## Installation\n\n```sh\nnpm install @apaxsoftware/prettier-config-apax --save-dev\n```\n\nor\n\n```sh\nyarn add @apaxsoftware/prettier-config-apax --dev\n```\n\n## Usage\n\nCreate a `.prettierrc.json` file in your project root directory with a value:\n\n```json\n\"@apaxsoftware/prettier-config-apax\"\n```\n\nIf you need to overwrite some properties, create a `.prettierrc.js` file in your project root directory, import the configuration and export the modifications:\n\n```javascript\nmodule.exports = {\n  ...require('prettier-config-apax'),\n  printWidth: 120,\n};\n```\n\n## Properties\n\n### `printWidth`\n\n`100` ([reference](https://github.com/airbnb/javascript#whitespace--max-len))\n\n### `tabWidth`\n\n`2` ([reference](https://github.com/airbnb/javascript#whitespace--spaces))\n\n### `useTabs`\n\n`false` ([reference](https://github.com/airbnb/javascript#whitespace--spaces))\n\n### `semi`\n\n`true` ([reference](https://github.com/airbnb/javascript#semicolons--required))\n\n### `singleQuote`\n\n`true` ([reference](https://github.com/airbnb/javascript#strings--quotes))\n\n### `quoteProps`\n\n`\"as-needed\"` ([reference](https://github.com/airbnb/javascript#objects--quoted-props))\n\n### `jsxSingleQuote`\n\n`false` ([reference](https://github.com/airbnb/javascript/tree/master/react#quotes))\n\n### `trailingComma`\n\n`\"all\"` ([reference](https://github.com/airbnb/javascript#commas--dangling))\n\n### `bracketSpacing`\n\n`true` ([reference](https://github.com/airbnb/javascript#whitespace--in-braces))\n\n### `jsxBracketSameLine`\n\n`false` ([reference](https://github.com/airbnb/javascript/tree/master/react#alignment))\n\n### `arrowParens`\n\n`\"always\"` ([reference](https://github.com/airbnb/javascript#arrows--one-arg-parens))\n","readmeFilename":"README.md"}