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
- Host: GitHub
- URL: https://github.com/miraclecancode/awesome-prettier
- Owner: MiracleCanCode
- Created: 2025-01-18T09:57:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-24T07:15:12.000Z (over 1 year ago)
- Last Synced: 2025-03-09T18:01:47.630Z (over 1 year ago)
- Topics: javascript, js, package, prettier
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/awesome-prettier
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.