From 87e8f1c86fe97f608c04373a8d3b6a330951fa6c Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Thu, 1 Nov 2018 14:55:52 +0100 Subject: [PATCH] chore: remove lint warnings --- benchmarks/ephemeral-keys.js | 1 + benchmarks/key-stretcher.js | 1 + benchmarks/rsa.js | 1 + 3 files changed, 3 insertions(+) diff --git a/benchmarks/ephemeral-keys.js b/benchmarks/ephemeral-keys.js index 777691a..7058abe 100644 --- a/benchmarks/ephemeral-keys.js +++ b/benchmarks/ephemeral-keys.js @@ -1,3 +1,4 @@ +/* eslint-disable no-console */ 'use strict' const Benchmark = require('benchmark') diff --git a/benchmarks/key-stretcher.js b/benchmarks/key-stretcher.js index 994b01f..af4efcb 100644 --- a/benchmarks/key-stretcher.js +++ b/benchmarks/key-stretcher.js @@ -1,3 +1,4 @@ +/* eslint-disable no-console */ 'use strict' const Benchmark = require('benchmark') diff --git a/benchmarks/rsa.js b/benchmarks/rsa.js index 59c4b28..5a93990 100644 --- a/benchmarks/rsa.js +++ b/benchmarks/rsa.js @@ -1,3 +1,4 @@ +/* eslint-disable no-console */ 'use strict' const Benchmark = require('benchmark')