update ai biome settings

This commit is contained in:
Nate Kelley 2025-07-22 12:20:51 -06:00
parent c49bdd2426
commit d0984835eb
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
2 changed files with 1 additions and 9 deletions

View File

@ -29,7 +29,6 @@
"lint": "turbo lint",
"new:package": "tsx scripts/new-package.ts",
"setup": "bash scripts/setup.sh",
"test-before-pr": "turbo run test:unit build lint",
"test": "dotenv -e .env -- turbo test",
"test:unit": "dotenv -e .env -- turbo run test:unit",
"test:integration": "dotenv -e .env -- turbo run test:integration",

View File

@ -18,14 +18,7 @@
{
"include": ["evals/**/*.ts"],
"linter": {
"rules": {
"suspicious": {
"noExplicitAny": "off"
},
"correctness": {
"noUnusedVariables": "off"
}
}
"enabled": false
}
}
]