mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-06-29 17:45:10 +08:00

### What problem does this PR solve? Feat: Add background to next login page #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
13 lines
289 B
Plaintext
13 lines
289 B
Plaintext
{
|
|
"printWidth": 80,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"proseWrap": "never",
|
|
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }],
|
|
"plugins": [
|
|
"prettier-plugin-organize-imports",
|
|
"prettier-plugin-packagejson"
|
|
],
|
|
"endOfLine": "lf"
|
|
}
|