module.exports = { arrowParens: 'always', printWidth: 100, proseWrap: 'always', semi: true, singleQuote: true, trailingComma: 'all', tabWidth: 2, };