module.exports = { trailingComma: 'all', arrowParens: 'always', singleQuote: true, jsxSingleQuote: false, };