ragflow / web /.prettierrc
zxsipola123456's picture
Upload 769 files
ab2ded1 verified
raw
history blame contribute delete
No virus
256 Bytes
{
"printWidth": 80,
"singleQuote": true,
"trailingComma": "all",
"proseWrap": "never",
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }],
"plugins": ["prettier-plugin-organize-imports", "prettier-plugin-packagejson"]
}