Adjusted title screen

This commit is contained in:
2026-03-22 11:01:14 +01:00
parent 5e18d5d232
commit c59887914c
3 changed files with 20 additions and 23 deletions

View File

@@ -15,7 +15,7 @@ export default defineConfig([
globals: globals.browser
},
rules: {
"indent": ["error", "tab"]
"indent": ["error", 2]
}
},
tseslint.configs.recommended,