module.exports = { semi: true, singleQuote: true, printWidth: 100, tabWidth: 2, trailingComma: 'none', arrowParens: 'avoid' };