UNPKG

dify-components

Version:

This is a modern component library template based on Turborepo+Vue 3.5+TypeScript.

7 lines (6 loc) 265 B
/** @type {import("prettier").Config} */ export default { printWidth: 100, // 一行的字符数,如果超过会进行换行,默认为80 singleQuote: true, // 字符串使用双引号 endOfLine: 'auto', // 文件末尾的换行符,自动识别系统 };