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