mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-19 13:23:50 +03:00
chore(quality): retighten the chat.ts unused-vars suppression to 8 (#13385)
Restores the count #12975 had already tightened.
This commit is contained in:
committed by
GitHub
parent
00f16a2719
commit
0b56765e4c
@@ -0,0 +1 @@
|
||||
- **chore(quality):** retighten the `src/sse/handlers/chat.ts` unused-vars suppression count to the 8 violations that actually remain
|
||||
@@ -2080,7 +2080,7 @@
|
||||
},
|
||||
"src/sse/handlers/chat.ts": {
|
||||
"@typescript-eslint/no-unused-vars": {
|
||||
"count": 9
|
||||
"count": 8
|
||||
}
|
||||
},
|
||||
"src/sse/handlers/chatHelpers.ts": {
|
||||
|
||||
Reference in New Issue
Block a user