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