module.exports = { semi: false, trailingComma: 'none', singleQuote: false, printWidth: 88, tabWidth: 2, endOfLine: 'auto' };