A prettier config for 'hz-9'.
To install the @hz-9/prettier-config
package, run the following command:
npm install @hz-9/prettier-config --save-dev
To use this configuration, add the following code to your .prettierrc.js
file:
const prettierConfig = require('@hz-9/prettier-config')
module.exports = prettierConfig
After that, you can run the formatting command to adjust the file format:
prettier --write .