Skip to content

shaunsaker/prettier-config-aux

 
 

Repository files navigation

prettier-config-aux

The Prettier config that we use internally.

Installation

  1. Add dependencies:
yarn add --dev prettier prettier-config-aux
  1. Create prettier.config.js in ./:
module.exports = require('prettier-config-aux');

Development

  1. Clone the project:
git clone https://github.com/AuxStudio/prettier-config-aux
  1. Do some work.
  2. Create a PR.

Releases

  1. Run tests to make sure that they're passing.
yarn test
  1. Login to npm
npm login
  1. Run the publish script.
npm publish

About

The Prettier config that we use internally

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%