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')