move lightrag_webui folder to top directory
This commit is contained in:
10
lightrag_webui/.prettierrc.json
Normal file
10
lightrag_webui/.prettierrc.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/prettierrc",
|
||||
"semi": false,
|
||||
"tabWidth": 2,
|
||||
"singleQuote": true,
|
||||
"printWidth": 100,
|
||||
"trailingComma": "none",
|
||||
"endOfLine": "crlf",
|
||||
"plugins": ["prettier-plugin-tailwindcss"]
|
||||
}
|
Reference in New Issue
Block a user