From bfdc0e0e6d5e47aa501f9b6fadd143d9c97cf00a Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 24 六月 2026 17:40:39 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev

---
 internal/lint-configs/oxlint-config/src/configs/command.ts |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/internal/lint-configs/oxlint-config/src/configs/command.ts b/internal/lint-configs/oxlint-config/src/configs/command.ts
new file mode 100644
index 0000000..1a3498c
--- /dev/null
+++ b/internal/lint-configs/oxlint-config/src/configs/command.ts
@@ -0,0 +1,15 @@
+import type { OxlintConfig } from 'oxlint';
+
+const command: OxlintConfig = {
+  jsPlugins: [
+    {
+      name: 'command',
+      specifier: 'eslint-plugin-command',
+    },
+  ],
+  rules: {
+    'command/command': 'error',
+  },
+};
+
+export { command };

--
Gitblit v1.9.3