module.exports = {
  tabWidth: 2,
  trailingComma: 'all',
  singleQuote: true,
  proseWrap: 'preserve',
};