module.exports = {
  printWidth: 120,
  parser: 'typescript',
  singleQuote: true,
  tabWidth: 2,
  trailingComma: 'all'
};