module.exports = { printWidth: 100, semi: true, vueIndentScriptAndStyle: true, trailingComma: "all", proseWrap: "never", htmlWhitespaceSensitivity: "strict", endOfLine: "auto", };