mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 13:09:46 +00:00
fix: prefix 32 unused parameters with underscore (#22694)
This commit is contained in:
parent
6625766350
commit
d6b14e2467
17 changed files with 30 additions and 30 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { Plugin } from "./index.js"
|
||||
import { tool } from "./tool.js"
|
||||
|
||||
export const ExamplePlugin: Plugin = async (ctx) => {
|
||||
export const ExamplePlugin: Plugin = async (_ctx) => {
|
||||
return {
|
||||
tool: {
|
||||
mytool: tool({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue