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