module.exports = { semi: false, trailingComma: "none", printWidth: 120, singleQuote: true, tabWidth: 2, arrowParens: "avoid" }