{"_id":"@bcw-research/prettier-config","_rev":"1-dde44f2ed598953e648543f4e882b212","name":"@bcw-research/prettier-config","dist-tags":{"latest":"0.0.2"},"versions":{"0.0.1":{"name":"@bcw-research/prettier-config","version":"0.0.1","description":"BCW prettier config","main":"index.js","private":false,"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"MIT","peerDependencies":{"prettier":">= 2.8.8"},"gitHead":"87311541295469ad9287368f1edcdcf4e9f0ebf8","_id":"@bcw-research/prettier-config@0.0.1","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-C2C58W2/+hyXdUDMOP9dH/QqnNeayYNH45Htj++Fu7eN6ihb4VEiBg1NDl4L3d89GC4kvWb9cOaQ217xHNz7sQ==","shasum":"27a885acbc7b5b78c19dad0eab82cf0e4c042dbb","tarball":"https://registry.npmjs.org/@bcw-research/prettier-config/-/prettier-config-0.0.1.tgz","fileCount":3,"unpackedSize":1541,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFwjlBl1jW33ypCfaHpKzWdUNh+ilFIWf+3zywzhYFQUAiEAqAvfKE9JgK5QbIr0WIDVbrrdowu9bWNeW0XU2wjXyxg="}]},"_npmUser":{"name":"john_bcw","email":"john@bcw.group"},"directories":{},"maintainers":[{"name":"john_bcw","email":"john@bcw.group"},{"name":"shawn-bcw","email":"shawn@bcw.group"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/prettier-config_0.0.1_1686118530857_0.9819999363384826"},"_hasShrinkwrap":false},"0.0.2":{"name":"@bcw-research/prettier-config","version":"0.0.2","description":"BCW prettier config","main":"index.js","private":false,"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"MIT","peerDependencies":{"prettier":">= 2.8.8"},"gitHead":"9cf12cce59427e66e814e25d6b324ed8a0331b70","_id":"@bcw-research/prettier-config@0.0.2","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-jJPPS97CAiytEPGmdV7owsjvFXY13gDDWOD6oaikSVn6KLBPypcD0j8yIzY16pXo8WyjDGoxLddVqC26cUm4dQ==","shasum":"697bca652103c74cd62b3c04439426b3b67b8f0a","tarball":"https://registry.npmjs.org/@bcw-research/prettier-config/-/prettier-config-0.0.2.tgz","fileCount":5,"unpackedSize":3174,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFxgwBs8q7OwX8+iwFLCWjlOp63TEWbwkwTEf66GlTosAiBQqM3PV+j+dqmkIJZ/FzuQg2w/FBDMcfy6vEGX+YxL+A=="}]},"_npmUser":{"name":"john_bcw","email":"john@bcw.group"},"directories":{},"maintainers":[{"name":"john_bcw","email":"john@bcw.group"},{"name":"shawn-bcw","email":"shawn@bcw.group"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/prettier-config_0.0.2_1686126603130_0.5183984413162097"},"_hasShrinkwrap":false}},"time":{"created":"2023-06-07T06:15:30.796Z","0.0.1":"2023-06-07T06:15:31.014Z","modified":"2023-06-07T08:30:03.487Z","0.0.2":"2023-06-07T08:30:03.369Z"},"maintainers":[{"name":"john_bcw","email":"john@bcw.group"},{"name":"shawn-bcw","email":"shawn@bcw.group"}],"description":"BCW prettier config","license":"MIT","readme":"# @bcw-research/prettier-config\n\nPrettier Config for BCW Repositories\n\n## Usage\n\n### With the CLI tool\n\n```bash\nnpx @bcw-research/create-config\n# or\nnpm init @bcw-research/config\n```\n\nThe CLI will install Prettier together with ESLint. If you only want to install the Prettier config, follow the manual instructions below.\n\n### Manually\n\nInstall the shared prettier config along with it's dependencies:\n\n```bash\nnpm install -D @bcw-research/prettier-config prettier\n```\n\nTo consume the config choose one of the following options:\n\n1. Add `\"prettier\": \"@bcw-research/prettier-config\"` to your `package.json`\n2. At the root of your project, create a `.prettierrc.json` file containing a single line at the top: `\"@bcw-research/prettier-config\"`\n3. At the root of your project, create a `prettier.config.cjs` file and spread the `require`d config:\n\n```cjs\nmodule.exports = {\n  ...require(\"@bcw-research/prettier-config\"),\n};\n```\n\n> Note: This is the only method that allows for overriding options.\n\n### Overriding Options\n\nIf you need to override some of the options in the config or in Prettier's default, choose option 3 when consuming the config and extend as needed:\n\n```cjs\nmodule.exports = {\n  ...require(\"@bcw-research/prettier-config\"),\n  semi: false,\n};\n```\n\nRefer to [Prettier's documentation](https://prettier.io/docs/en/options.html) on how to override options.\n\n### Integration with VS Code\n\nInstall the [Prettier VS Code extension](https://prettier.io/docs/en/editors.html#visual-studio-code) to integrate with VS Code.\n","readmeFilename":"README.md"}