Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
/ prettier Public archive

Prettier configuration used for becklyn projects

License

Notifications You must be signed in to change notification settings

Becklyn/prettier

Repository files navigation

Repository Archived 🚀

This repository has been moved to 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.

Installation

npm install --save-dev @becklyn/prettier

In your package.json add the following line:

{
    "prettier": "@becklyn/prettier"
}