Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,4 @@ pnpm-debug.log*
myDocs/
PLAN.md
settings.local.json
my-docs
14 changes: 13 additions & 1 deletion apps/api/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,17 @@
"noThisInStatic": "off"
}
}
}
},
"overrides": [
{
"includes": ["**/*.spec.ts", "**/*.test.ts"],
"linter": {
"rules": {
"suspicious": {
"noExplicitAny": "off"
}
}
}
}
]
}
Loading