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