chore: ts lint stuff (#1934)

This commit is contained in:
Daniel Salazar
2025-11-06 15:26:40 -08:00
committed by GitHub
parent e602e5f6cc
commit 3592c4bfe8
2 changed files with 8 additions and 6 deletions

View File

@@ -53,6 +53,7 @@ const rules = {
'@stylistic/no-mixed-spaces-and-tabs': ['error', 'smart-tabs'],
'custom/space-unary-ops-with-exception': ['error', { words: true, nonwords: false }],
'@stylistic/no-multi-spaces': ['error', { exceptions: { 'VariableDeclarator': true } }],
'@stylistic/type-annotation-spacing': 'error',
};
export default defineConfig([