module.exports = { trailingComma: 'none', jsxSingleQuote: true, semi: false, singleQuote: true, bracketSameLine: true, printWidth: 120 }