drama-prettier-config
v1.0.2
Published
use the same prettier config for all drama projects
Readme
README
Prettier Config to use all over our projects.
In order to use the same Prettier Config in all our projects without having to manually copy the rules every time, we created this library that we can use in all our projects.
How do I get set up?
include package
npm i --save-dev drama-prettier-configHow to use it?
run Prettier:
npx prettier . --write