ragflow / web /.prettierrc
balibabu
Feat: Add background to next login page #3221 (#4474)
71911b3
raw
history blame contribute delete
289 Bytes
{
"printWidth": 80,
"singleQuote": true,
"trailingComma": "all",
"proseWrap": "never",
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }],
"plugins": [
"prettier-plugin-organize-imports",
"prettier-plugin-packagejson"
],
"endOfLine": "lf"
}