1.1.1 • Published 3 years ago
@guilhermedeandrade/prettier-config v1.1.1
@guilhermedeandrade/prettier-config
My personal Prettier config 💫
Installation:
pnpm add -D @guilhermedeandrade/prettier-confignpm add -D @guilhermedeandrade/prettier-configyarn add -D @guilhermedeandrade/prettier-configUsage:
On the root of the repository you want to use this configuration:
touch .prettierrc.json
echo "\"@guilhermedeandrade/prettier-config\"" >> .prettierrc.jsonIn case you want to override it you should import the file in a .prettierrc.js and export the modifications, e.g:
module.exports = {
...require("@guilhermedeandrade/prettier-config"),
semi: true,
};