feat: add eslint to frontend

This commit is contained in:
steven
2021-12-13 17:23:35 +08:00
parent 493391bb03
commit 73812cd58d
21 changed files with 1444 additions and 163 deletions

View File

@ -169,7 +169,7 @@ namespace utils {
finalObject[key] = temp;
}
} else {
if (Boolean(val)) {
if (val) {
finalObject[key] = val;
}
}