chore: lint

This commit is contained in:
liyasthomas
2021-05-22 20:50:23 +05:30
parent 3ac9a418e6
commit 454c11a12c
6 changed files with 21 additions and 18 deletions

View File

@@ -106,6 +106,7 @@ function parseVal() {
case "Number":
case "Boolean":
case "Null":
// eslint-disable-next-line no-case-declarations
const token = curToken()
lex()
return token