mirror of
https://github.com/langchain-ai/langgraph-builder.git
synced 2026-07-01 19:55:58 -04:00
23 lines
360 B
Plaintext
23 lines
360 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"arrowParens": "always",
|
|
"noSemi": true,
|
|
"semi": false,
|
|
"trailingComma": "all",
|
|
"tabWidth": 2,
|
|
"printWidth": 120,
|
|
"importOrderSeparation": false,
|
|
"importOrder": [
|
|
"^react",
|
|
"^next",
|
|
"<THIRD_PARTY_MODULES>",
|
|
"",
|
|
"^@/(.*)$",
|
|
"",
|
|
"^~/(.*)$",
|
|
"",
|
|
"^[./]"
|
|
]
|
|
}
|