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