mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-14 22:05:01 +00:00
chore: resolve eslint issues
This commit is contained in:
parent
09125956a0
commit
673ec7b09a
19 changed files with 35 additions and 2 deletions
|
@ -123,6 +123,7 @@ export function decodeAndValidateStrict<T extends t.HasProps>(
|
|||
(result) => {
|
||||
// Make sure there are no extra properties
|
||||
if (debug) {
|
||||
// tslint:disable-next-line:no-console
|
||||
console.log(
|
||||
"JSON.stringify() check:",
|
||||
JSON.stringify(value) === JSON.stringify(result)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue