module.exports = {
  printWidth: 90,
  tabWidth: 2,
  trailingComma: 'es5',
  singleQuote: true,
};