workflow: added linter and linted src/ folder

This commit is contained in:
Roberto Tonino
2021-05-23 18:46:03 +02:00
parent 0f2a1103fd
commit 3a58636d36
61 changed files with 7343 additions and 2498 deletions

View File

@@ -80,7 +80,7 @@ const mutations = {
},
RESET_LOGIN(state) {
// Needed for reactivity
let clientMode = state.clientMode
const clientMode = state.clientMode
Object.assign(state, getDefaultState())
state.clientMode = clientMode
}