@pluslab/prettier-config
Last updated
Last updated
This package provides e-Plus Agency's .prettierrc
shared config.
Give that you already have prettier
installed, run:
After installing the module, add it to your .prettierrc
configuration file:
Or add it to your package.json
:
Differently from eslint
, prettier
shared presets are not extensible, so if you want to override some property, which is not encouraged, you'll need to use the .prettierrc.js
file.
For more information about configuring prettier
, please check the .