ragflow / web /.prettierrc
balibabu
feat: install prettier to format code and add react-dev-inspector to locate code in the IDE faster (#44)
e1bc1d4
raw
history blame
256 Bytes
{
"printWidth": 80,
"singleQuote": true,
"trailingComma": "all",
"proseWrap": "never",
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }],
"plugins": ["prettier-plugin-organize-imports", "prettier-plugin-packagejson"]
}