module.exports = {
  singleQuote: true,
  semi: true,
  trailingComma: "all",
  tabWidth: 2,
  printWidth: 150,
};