module.exports = { printWidth: 120, singleQuote: true, trailingComma: 'all', bracketSpacing: true, semi: true, bracketSameLine: true, };