We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ebbe5 commit f578073Copy full SHA for f578073
test/Documents/Queries/HashCalculatorTest.ts
@@ -18,6 +18,7 @@ describe('Hash calculator tests', () => {
18
const obj = {
19
boolean: true,
20
function: () => {
21
+ // eslint-disable-next-line no-console
22
console.log('No-op')
23
},
24
number: 4,
0 commit comments