Cleanup "no-console" eslint rules

Removes unexpected exceptions and clarifies where we want to avoid
console calls.
This commit is contained in:
Samuel Mannehed
2024-04-30 15:25:03 +02:00
parent 8d1b665808
commit 10ee10ce56
5 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
/* eslint-disable no-console */
const expect = chai.expect;
import { toUnsigned32bit, toSigned32bit } from '../core/util/int.js';