module.exports = {
trailingComma: "all",
arrowParens: "always",
printWidth: 160,
semi: false,
useTabs: true,
singleQuote: false,
}