@taogilaaa/prettier-config
v1.0.1
Published
base Prettier config for tscripts
Readme
prettier-config
Base Prettier config used in tscripts.
Installation
yarn add --dev @taogilaaa/prettier-configUsage
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.
