Airteam configuration file for Prettier.
yarn add -D prettier @airteam/prettier-config
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