mirror of https://github.com/buster-so/buster.git
update ai biome settings
This commit is contained in:
parent
c49bdd2426
commit
d0984835eb
|
@ -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",
|
||||
|
|
|
@ -18,14 +18,7 @@
|
|||
{
|
||||
"include": ["evals/**/*.ts"],
|
||||
"linter": {
|
||||
"rules": {
|
||||
"suspicious": {
|
||||
"noExplicitAny": "off"
|
||||
},
|
||||
"correctness": {
|
||||
"noUnusedVariables": "off"
|
||||
}
|
||||
}
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue