module.exports = { semi: true, tabWidth: 4, singleQuote: true, trailingComma: 'all', arrowParens: 'always', endOfLine: 'auto', };