·fix-lint
</>

fix-lint

onekeyhq/app-monorepo

幫助修復 OneKey 代碼庫中的 oxlint 錯誤和警告。在運行yarn lint 並遇到警告、在提交之前清理代碼或修復拼寫檢查、未使用的變量或其他 linting 警告時使用。

13安裝·0熱度·@onekeyhq

安裝

$npx skills add https://github.com/onekeyhq/app-monorepo --skill fix-lint

SKILL.md

This skill helps fix oxlint warnings in the OneKey app-monorepo codebase.

IMPORTANT: This project uses oxlint (not ESLint). The active linting configuration is in .oxlintrc.json.

| Spellcheck | @cspell/spellchecker | Add to skip list or fix typo | | Unused vars | @typescript-eslint/no-unused-vars | Remove import or prefix with | | Non-null assertion | @typescript-eslint/no-non-null-assertion | Add type guard or cast | | Nested components | react/no-unstable-nested-components | Extract component |

幫助修復 OneKey 代碼庫中的 oxlint 錯誤和警告。在運行yarn lint 並遇到警告、在提交之前清理代碼或修復拼寫檢查、未使用的變量或其他 linting 警告時使用。 來源:onekeyhq/app-monorepo。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/onekeyhq/app-monorepo --skill fix-lint
分類
</>開發工具
認證
收錄時間
2026-02-01
更新時間
2026-02-18

快速解答

什麼是 fix-lint?

幫助修復 OneKey 代碼庫中的 oxlint 錯誤和警告。在運行yarn lint 並遇到警告、在提交之前清理代碼或修復拼寫檢查、未使用的變量或其他 linting 警告時使用。 來源:onekeyhq/app-monorepo。

如何安裝 fix-lint?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/onekeyhq/app-monorepo --skill fix-lint 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/onekeyhq/app-monorepo