mirror of
https://github.com/aiclientproxy/proxycast.git
synced 2026-09-01 15:30:52 +08:00
18 lines
300 B
JSON
18 lines
300 B
JSON
{
|
|
"$schema": "./scripts/ai-code-verify.schema.json",
|
|
"level": 0,
|
|
"enabled": true,
|
|
"ignorePatterns": [
|
|
"node_modules",
|
|
"dist",
|
|
"build",
|
|
".git",
|
|
".ai-code-verify.json"
|
|
],
|
|
"includePatterns": [
|
|
"src/**/*.{ts,tsx,js,jsx}",
|
|
"lime-rs/**/*.rs"
|
|
],
|
|
"minScore": 60
|
|
}
|