chainlit--chainlit
20 行
392 B
Plaintext
20 行
392 B
Plaintext
{
|
|
"semi": true,
|
|
"trailingComma": "none",
|
|
"singleQuote": true,
|
|
"plugins": ["@trivago/prettier-plugin-sort-imports"],
|
|
"importOrder": [
|
|
"pages/(.*)$",
|
|
"@chainlit/(.*)$",
|
|
"components/(.*)$",
|
|
"assets/(.*)$",
|
|
"hooks/(.*)$",
|
|
"state/(.*)$",
|
|
"types/(.*)$",
|
|
"^./*.*.css",
|
|
"^[./]"
|
|
],
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true
|
|
}
|