lint fixes

This commit is contained in:
Ulf Gebhardt 2021-10-02 17:15:36 +02:00
parent 21960a5505
commit d78585309a
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD
3 changed files with 23 additions and 15 deletions

View File

@ -1,7 +1,15 @@
import { mutations, actions } from './store'
const { language, email, token, username, firstName, lastName, description, newsletterState } =
mutations
const {
language,
email,
token,
username,
firstName,
lastName,
description,
newsletterState,
} = mutations
const { login, logout } = actions
describe('Vuex store', () => {