commit 93c3ced99940b2ce5db7b066fb014a5bf4c68473 Author: Zhongwei Li Date: Sat Nov 29 18:09:06 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..29a976e --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,9 @@ +{ + "name": "typescript-lint", + "description": "Automatically lint, format, and type-check TypeScript files with ESLint and TypeScript compiler", + "version": "1.0.0", + "author": "Cheolwan Park", + "hooks": [ + "./hooks/hooks.json" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..0017176 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# typescript-lint + +Automatically lint, format, and type-check TypeScript files with ESLint and TypeScript compiler diff --git a/hooks/hooks.json b/hooks/hooks.json new file mode 100644 index 0000000..8f447b4 --- /dev/null +++ b/hooks/hooks.json @@ -0,0 +1,11 @@ +{ + "hooks": [ + { + "name": "typescript-lint", + "event": "PostToolUse", + "matcher": "Edit|Write", + "executable": "${CLAUDE_PLUGIN_ROOT}/hooks/typescript-lint.sh", + "timeout": 30000 + } + ] +} diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..2e512e2 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:cheolwanpark/claude-plugins:plugins/typescript-lint", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "4a0c18d1d7be7712e4f0ab87943af3a6b6661347", + "treeHash": "dbf0676908610e92e778fee148bb5dcf385059a4cf8adb34e43b12dc39db64a5", + "generatedAt": "2025-11-28T10:15:00.810768Z", + "toolVersion": "publish_plugins.py@0.2.0" + }, + "origin": { + "remote": "git@github.com:zhongweili/42plugin-data.git", + "branch": "master", + "commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390", + "repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data" + }, + "manifest": { + "name": "typescript-lint", + "description": "Automatically lint, format, and type-check TypeScript files with ESLint and TypeScript compiler", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "8b01a6aa824929bec9d6c5079aeb9e77069200010f0d2cdb563f546653a94383" + }, + { + "path": "hooks/hooks.json", + "sha256": "c94a18d656c09ebe07896386fb523734752d8c59494028ea274b84fff28507cd" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "66c1fb3c9231bd8c81d063fb204ded847b5298e009f9db54f6f784c6efbeba60" + } + ], + "dirSha256": "dbf0676908610e92e778fee148bb5dcf385059a4cf8adb34e43b12dc39db64a5" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file