module.exports = { arrowParens: 'always', printWidth: 110, semi: false, singleQuote: true, trailingComma: 'all', }