/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.claude/settings.json
48 строк
1 KB
chrisnojima
perf(react-compiler): stop keying memo scopes on the whole props object (#29513)
07 авг 2026, 21:34
Не верифицирован
07 авг 2026, 21:34
973ca1b
Код
Авторство
О чём код?
{ "pluginConfigs": { "typescript-lsp@claude-plugins-official": { "options": { "tsserver.path": "shared/node_modules/typescript/bin/tsserver" } } }, "permissions": { "allow": [ "Bash(yarn lint)", "Bash(yarn lint-warn:*)", "Bash(yarn build-*)", "Bash(yarn desktop:package)", "Bash(yarn desktop:start*)", "Bash(yarn android:gobuild)", "Bash(yarn ios:gobuild)", "Bash(yarn rn-download-android*)", "Bash(yarn tsc)", "Bash(yarn tsc:*)", "Bash(yarn ios:pod*)", "Bash(yarn coverage:*)", "Bash(yarn maestro*)", "mcp__codegraph__codegraph_search", "mcp__codegraph__codegraph_context", "mcp__codegraph__codegraph_callers", "mcp__codegraph__codegraph_callees", "mcp__codegraph__codegraph_impact", "mcp__codegraph__codegraph_node", "mcp__codegraph__codegraph_status" ] }, "hooks": { "PreToolUse": [ { "matcher": "Bash(git commit*)", "hooks": [ { "type": "command", "command": ".claude/hooks/pre-commit-check.sh", "timeout": 120, "statusMessage": "Running lint and tsc..." } ] } ] } }