module.exports = { semi: true, trailingComma: 'all', singleQuote: true, printWidth: 90, tabWidth: 2, bracketSameLine: true, bracketSpacing: true }