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

* feat: add react-dev-inspector to locate code in the IDE faster * feat: install prettier to format code --------- Co-authored-by: yangqianjuan <1072483500@qq.com>
9 lines
256 B
Plaintext
9 lines
256 B
Plaintext
{
|
|
"printWidth": 80,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"proseWrap": "never",
|
|
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }],
|
|
"plugins": ["prettier-plugin-organize-imports", "prettier-plugin-packagejson"]
|
|
}
|