Skip to content

Commit

Permalink
Update biome config
Browse files Browse the repository at this point in the history
  • Loading branch information
aldahick committed Jun 29, 2024
1 parent 102b811 commit 6ca26dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"rules": {
"complexity": {
"noExcessiveCognitiveComplexity": "error",
"noUselessConstructor": "off",
"useSimplifiedLogicExpression": "error"
},
"correctness": {
Expand Down Expand Up @@ -45,7 +46,7 @@
},
"overrides": [
{
"include": ["*lintstagedrc.mjs", "vitest.config.mts", "codegen*.ts"],
"include": ["*lintstagedrc.mjs", "vitest.config.mts", "vite.config.ts", "codegen*.ts"],
"linter": {
"rules": {
"style": {
Expand Down

0 comments on commit 6ca26dd

Please sign in to comment.