UNPKG

shell-mirror

Version:

Access your Mac shell from any device securely. Perfect for mobile coding with Claude Code CLI, Gemini CLI, and any shell tool.

20 lines (16 loc) 235 B
{ "root": true, "extends": "@ljharb", "rules": { "id-length": [2, { "min": 1, "max": 35 }], "max-params": [2, 4], }, "overrides": [ { "files": "test/**", "rules": { "max-lines-per-function": 0, }, }, ], }