chore: add eslint rules for spacing (#526)

This commit is contained in:
Haytham A. Salama
2023-08-11 22:59:10 +03:00
committed by Benjamin Canac
parent fa1103b4ec
commit a488b879f5
4 changed files with 5 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ const items = [{
description: 'Change your password here. After saving, you\'ll be logged out.'
}]
const accountForm = reactive({ name: 'Benjamin', username: 'benjamincanac' })
const accountForm = reactive({ name: 'Benjamin', username: 'benjamincanac' })
const passwordForm = reactive({ currentPassword: '', newPassword: '' })
function onSubmit (form) {