module.exports = { singleQuote: true, semi: false, useTabs: false, tabWidth: 2, trailingComma: 'all', endOfLine: 'lf', }