GitHub Action 1 месяц назад
Родитель
Сommit
b4f8de0c0a

+ 1 - 1
packages/plugin/package.json

@@ -25,4 +25,4 @@
     "typescript": "catalog:",
     "typescript": "catalog:",
     "@typescript/native-preview": "catalog:"
     "@typescript/native-preview": "catalog:"
   }
   }
-}
+}

+ 1 - 1
packages/sdk/js/package.json

@@ -30,4 +30,4 @@
   "publishConfig": {
   "publishConfig": {
     "directory": "dist"
     "directory": "dist"
   }
   }
-}
+}

+ 1 - 1
packages/web/src/content/docs/formatters.mdx

@@ -22,7 +22,7 @@ OpenCode comes with several built-in formatters for popular languages and framew
 | ktlint               | .kt, .kts                                                                                                | `ktlint` command available                                                                            |
 | ktlint               | .kt, .kts                                                                                                | `ktlint` command available                                                                            |
 | ruff                 | .py, .pyi                                                                                                | `ruff` command available with config                                                                  |
 | ruff                 | .py, .pyi                                                                                                | `ruff` command available with config                                                                  |
 | rustfmt              | .rs                                                                                                      | `rustfmt` command available                                                                           |
 | rustfmt              | .rs                                                                                                      | `rustfmt` command available                                                                           |
-| cargofmt            | .rs                                                                                                      | `cargo fmt` command available                                                                          |
+| cargofmt             | .rs                                                                                                      | `cargo fmt` command available                                                                         |
 | uv                   | .py, .pyi                                                                                                | `uv` command available                                                                                |
 | uv                   | .py, .pyi                                                                                                | `uv` command available                                                                                |
 | rubocop              | .rb, .rake, .gemspec, .ru                                                                                | `rubocop` command available                                                                           |
 | rubocop              | .rb, .rake, .gemspec, .ru                                                                                | `rubocop` command available                                                                           |
 | standardrb           | .rb, .rake, .gemspec, .ru                                                                                | `standardrb` command available                                                                        |
 | standardrb           | .rb, .rake, .gemspec, .ru                                                                                | `standardrb` command available                                                                        |