module.exports = { printWidth: 250, semi: true, vueIndentScriptAndStyle: true, singleQuote: true, trailingComma: 'none', proseWrap: 'never', htmlWhitespaceSensitivity: 'strict', endOfLine: 'auto' };