1.0.2 • Published 1 year ago
@dxmd/prettier-config v1.0.2
DaxMedia Prettier Configuration
This repository contains the DaxMedia Prettier configuration for consistent code formatting across all projects.
Installation
To use the DaxMedia Prettier configuration in your project, follow these steps:
- Install Prettier as a dev dependency in your project:
npm install -D @dxmd/prettier-config
pnpm install -D @dxmd/prettier-config
- Insert the following into the root package.json configuration:
{
"prettier": "@company/prettier-config"
}