README
Airbnb Prettier Config
Prettier config based off airbnb's javascript style guide.
Implementation
To install run the following command:
npm install -D @airbnb-config/prettier
or with yarn run:
yarn add -D @airbnb-config/prettier
To extend configuration add the following to your package.json file:
"prettier": "@airbnb-config/prettier",