@bracketed/prettier-configuration
Version:
Preset prettier configuration for Bracketed Softworks projects and community users' projects.
66 lines (46 loc) • 2.21 kB
Markdown
<div align="center" id="top">
<img src="https://raw.githubusercontent.com/Bracketed/Bracketed-Packages/main/assets/LogoText.png" alt="Bracketed logo" width="800"/>
Team Bracketed - <a href="https://bracketed.co.uk" >Website</a> | <a href="https://bracketed.co.uk/discord" >Discord</a> | <a href="https://github.com/Bracketed" >Github</a>
</div>
<br>
<h2 align="center" >@bracketed/prettier-configuration</h2>
Prettier config presets.
<h2>What is this?</h2>
\- A configuration package built from [prettier](https://www.npmjs.com/package/prettier) among various other plugins to enhance the usage of the linter.
<h2>Summary (Directory)</h2>
- [Installation](#Installation)
<!--truncate-->
- [Yarn](#YarnInstall)
- [Npm](#NpmInstall)
- [Usage](#Usage)
- [Contribution](#Contribution)
<h2 id="Installation">Installation</h2>
Install via `yarn` or `npm`:
<p id="YarnInstall">Yarn:</p>
```sh
yarn add @bracketed/prettier-configuration
```
<p id="NpmInstall">Npm:</p>
```sh
npm install --save @bracketed/prettier-configuration
```
<h2 id="Usage">Usage</h2>
```json
// package.json
{
"...": "other content",
"prettier": "@bracketed/prettier-configuration"
}
```
<h1 id="Contribution">Contribution & Help</h1>
Feel free to contribute to this project, join our [discord](https://bracketed.co.uk/discord) and help us with future development of Project Bracketed.
Please also notify us of errors within our projects as we may not be aware of them at the time.
<br>
<div align="center" style="font-weight: bold">
<h2>Thanks for using our packages!</h2>
<img src="https://github.com/Bracketed/Branding/blob/main/Banners/LogoBannerTextMini.png?raw=true" alt="Bracketed logo" width="900" style="border-radius: 25px" />
Team Bracketed - <a href="https://bracketed.co.uk" >Website</a> | <a href="https://bracketed.co.uk/discord" >Discord</a> | <a href="https://github.com/Bracketed" >Github</a> | <a href="https://twitter.com/teambracketed" >Twitter</a> | <a href="#top" >Back To The Top</a>
<br>
<br>
<img src="https://discordapp.com/api/guilds/1041758035355369542/widget.png?style=banner2" alt="Discord Banner" href="https://bracketed.co.uk/discord"/>
</div>