Updated .eslintrc.json

Temporarily disabled new eslint rule "no-async-promise-executor".
I'll fix the bits that emit the error at a later date.
This commit is contained in:
Bobby Wibowo 2019-07-15 23:12:14 +07:00
parent 34347915ab
commit caafe1ac63
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -30,6 +30,7 @@
"error",
"single"
],
"no-async-promise-executor": 0,
"no-var": "error"
}
}