mirror of
https://github.com/HeyPuter/puter.git
synced 2025-12-21 12:59:52 -06:00
chore: ts lint stuff (#1934)
This commit is contained in:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user