https://github.com/axross/prettier-config
A hand-picked configuration set for Prettier.
https://github.com/axross/prettier-config
prettier prettier-config
Last synced: 7 months ago
JSON representation
A hand-picked configuration set for Prettier.
- Host: GitHub
- URL: https://github.com/axross/prettier-config
- Owner: axross
- License: mit
- Created: 2023-07-19T06:08:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-24T01:17:04.000Z (11 months ago)
- Last Synced: 2025-01-21T14:47:13.902Z (9 months ago)
- Topics: prettier, prettier-config
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@axross/prettier-config
- Size: 194 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @axross/prettier-config
A hand-picked configuration set for [Prettier](https://prettier.io/).
[](https://badge.fury.io/js/@axross%2Fprettier-config) [](LICENSE)
## Installation
Install this as a NPM package:
```sh
npm i -D prettier @axross/prettier-config
```And use this Prettier config with the following `prettier.config.js`:
```javascript
/* eslint-env node */module.exports = "@axross/prettier-config";
```This Prettier config includes the following plugins as dependencies:
- `@trivago/prettier-plugin-sort-imports`
- `prettier-plugin-tailwindcss`## License
[MIT](/LICENSE)