@airteam/prettier-config
v0.0.1
Published
AirTeam Prettier config
Downloads
231
Readme
Airteam Prettier Config
Airteam configuration file for Prettier.
Installation
yarn add -D prettier @airteam/prettier-configUsage
Add a .prettierrc.js file to the root of your project with the following contents:
module.exports = require('@airteam/prettier-config');Then run prettier on your source code, eg: prettier src
