prettier-config-aux
v1.0.3
Published
The Prettier config that we use internally
Downloads
16
Readme
prettier-config-aux
The Prettier config that we use internally.
Installation
- Add dependencies:
yarn add --dev prettier prettier-config-aux
- Create
prettier.config.js
in./
:
module.exports = require('prettier-config-aux');
Development
- Clone the project:
git clone https://github.com/AuxStudio/prettier-config-aux
- Do some work.
- Create a PR.
Releases
- Login to npm
npm login
- Run the publish script.
npm publish