module.exports = { semi: false, singleQuote: true, arrowParens: 'always', trailingComma: 'none', endOfLine: 'auto' }