https://github.com/becklyn/prettier
Prettier configuration used for becklyn projects
https://github.com/becklyn/prettier
codestyle prettier prettier-config
Last synced: about 1 month ago
JSON representation
Prettier configuration used for becklyn projects
- Host: GitHub
- URL: https://github.com/becklyn/prettier
- Owner: Becklyn
- License: bsd-3-clause
- Created: 2022-02-24T12:25:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T13:10:37.000Z (about 1 year ago)
- Last Synced: 2024-10-15T11:03:42.276Z (7 months ago)
- Topics: codestyle, prettier, prettier-config
- Homepage:
- Size: 39.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Repository Archived 🚀
This repository has been moved to [Becklyn-Studios/ts-libs](https://github.com/Becklyn-Studios/ts-libs) for better maintainability.
Please visit the new repository for the latest updates and contributions.
---
Becklyn Prettier configuration
==============================The commonly used prettier configuration for projects at [Becklyn](https://github.com/Becklyn).
Installation
------------```
npm install --save-dev @becklyn/prettier
```In your `package.json` add the following line:
```json
{
"prettier": "@becklyn/prettier"
}
```