This package contains a prettier config. It's empty right now, and only
exists to be a convenient place to add configs in the future if I ever need
to such that I'll apply them consistently across my projects.
Installing
Use the package manager of your choice to install:
This package contains a prettier config. It's empty right now, and only exists to be a convenient place to add configs in the future if I ever need to such that I'll apply them consistently across my projects.
Installing
Use the package manager of your choice to install:
npm install --save-dev @cprussin/prettier-config
pnpm add -D @cprussin/prettier-config
yarn add -D @cprussin/prettier-config
Usage
Just export the config from your prettier config file. For example, in
prettier.config.js
:If you want to combine configs or take the base config and extend it you use
mergeConfigs
, like so: