@koj-co/prettierrc
v0.0.0
Published
Configuration for Prettier
Downloads
5
Readme
💄 prettierrc
This repository contains the common configuration for the Prettier code formatter.
💻 Usage
Install the package as a dev dependency from npm:
npm install --save-dev @koj-co/prettierrc
Create a Prettier config file .prettierrc.cjs
in the project room:
module.exports = require("@koj-co/prettierrc");