An open API service indexing awesome lists of open source software.

https://github.com/miraclecancode/awesome-prettier

😻 | This is my prettier package for clean code
https://github.com/miraclecancode/awesome-prettier

List: awesome-prettier

javascript js package prettier

Last synced: 2 months ago
JSON representation

😻 | This is my prettier package for clean code

Awesome Lists containing this project

README

          

# Awesome Prettier

Awesome Prettier is a configured setup for Prettier based on ES Module that helps maintain consistency and readability in your code. This configuration is suitable for various projects and works with modern JavaScript and JSX standards.

## Installation

To use awesome-prettier, install it via npm or yarn:

```bash
npm install --save-dev awesome-prettier
```

`or`

```bash
yarn add --dev awesome-prettier
```

## Usage

Create a Prettier configuration file if it doesn't already exist:

```bash
echo {} > .prettierrc.js
```

Then import the config into your .prettierrc.js:

```js
import config from "awesome-prettier";

export default config;
```

## Questions and Support

If you have any questions or need assistance with using awesome-prettier, please create an issue in the repository.