https://github.com/doo/prettier-config
Shared prettier config for all typescript projects
https://github.com/doo/prettier-config
Last synced: 3 months ago
JSON representation
Shared prettier config for all typescript projects
- Host: GitHub
- URL: https://github.com/doo/prettier-config
- Owner: doo
- License: mit
- Created: 2021-10-08T09:45:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-08T13:18:13.000Z (over 4 years ago)
- Last Synced: 2025-01-25T08:11:56.522Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shared Prettier Configuration for all Typescript projects
Add it your repository:
```
npm install github:doo/prettier-config --save-dev
```
Example how to use prettier-config in your typescript (.prettierrc.js):
```
module.exports = {
...require("@doo/prettier-config"),
};
```