Compare commits

..

1 Commits

Author SHA1 Message Date
CodeRabbit Fixer
2b8abf86f2 fix: correct over-escaped node -e payload in .claude/settings.json (#9801)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 17:33:07 +01:00

View File

@@ -3,7 +3,7 @@
"allow": [
"Bash(pnpx vitest run --testPathPattern=\"draftCacheV2.test\")",
"Bash(pnpx vitest run \"draftCacheV2.test\")",
"Bash(node -e \"const fc = require\\(''fast-check''\\); console.log\\(Object.keys\\(fc\\).filter\\(k => k.includes\\(''string''\\)\\).join\\('', ''\\)\\)\")"
"Bash(node -e \"const fc = require('fast-check'); console.log(Object.keys(fc).filter((k) => k.includes('string')).join(', '))\")"
]
}
}