@yareyaredesuyo/prettier-config
v1.0.1
Published
Yareyaredesuyo's base Prettier config
Downloads
5
Readme
prettier-config
yareyaredesuyo's base Prettier config.
Installation
yarn add --dev @yareyaredesuyo/prettier-configUsage
After installing, update your project's prettier.config.js file to import the rule sets you want:
module.exports = {
...require('@yareyaredesuyo/prettier-config'),
// your overrides here
};Read the Prettier config docs for more information.
