ci: fix lint errors for CI
Deploy to VPS / deploy (push) Successful in 1m47s
Deploy to VPS / deploy (push) Successful in 1m47s
- Fix noImplicitAnyLet: add type to let match variable - Fix noAssignInExpressions: use matchAll() + for-of instead of while - Suppress useExhaustiveDependencies in mascot scroll effect - Suppress useSemanticElements for message card click handler
This commit is contained in:
+6
-6
@@ -14,12 +14,12 @@
|
||||
"packages/**/*.ts",
|
||||
"*.json",
|
||||
"*.ts",
|
||||
"!vendor/**",
|
||||
"!.claude/**",
|
||||
"!services/**/dist/**",
|
||||
"!packages/**/dist/**",
|
||||
"!services/**/.next/**",
|
||||
"!services/**/out/**"
|
||||
"!vendor",
|
||||
"!.claude",
|
||||
"!services/**/dist",
|
||||
"!packages/**/dist",
|
||||
"!services/**/.next",
|
||||
"!services/**/out"
|
||||
]
|
||||
},
|
||||
"formatter": {
|
||||
|
||||
Reference in New Issue
Block a user