doc: opencode config

This commit is contained in:
2026-02-01 16:59:01 +08:00
parent 76eefdc151
commit c599e4e05f
3 changed files with 35 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"lsp": {
"eslint": {
"command": "eslint",
"extensions": [".ts", ".tsx", ".js", ".jsx"]
}
}
}