@dxmd/prettier-config
v1.0.4
Published
Prettier Config of DaxMedia
Readme
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 i -D @dxmd/prettier-configpnpm i -D @dxmd/prettier-configyarn add --dev @dxmd/prettier-config- Insert the following into the root package.json configuration:
package.json
"prettier": "@dxmd/prettier-config"