UNPKG
dify-components
Version:
latest (1.0.0)
1.0.0
This is a modern component library template based on Turborepo+Vue 3.5+TypeScript.
dify-components
/
packages
/
lint-configs
/
prettier-config
/
index.mjs
7 lines
(6 loc)
•
265 B
JavaScript
View Raw
1
2
3
4
5
6
7
/**
@type
{
import("prettier").Config
} */
export
default
{
printWidth
:
100
,
// 一行的字符数,如果超过会进行换行,默认为80
singleQuote
:
true
,
// 字符串使用双引号
endOfLine
:
'auto'
,
// 文件末尾的换行符,自动识别系统
};