Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iwharris/prettier-config
personal prettier config
https://github.com/iwharris/prettier-config
Last synced: 22 days ago
JSON representation
personal prettier config
- Host: GitHub
- URL: https://github.com/iwharris/prettier-config
- Owner: iwharris
- License: mit
- Created: 2019-12-03T05:04:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-05T22:18:51.000Z (about 1 month ago)
- Last Synced: 2024-10-17T17:15:16.323Z (about 1 month ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prettier-config
personal prettier config## Installation and usage
```bash
npm install --save-dev @iwharris/prettier-config
```In `prettier.config.js`:
```javascript
module.exports = require('@iwharris/prettier-config');
```