style: Fix lint warning

This commit is contained in:
microshine 2021-05-10 22:40:30 +03:00
parent 7a3f11f3fd
commit 267a4efb3d
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ import { WebcryptoTest } from "@peculiar/webcrypto-test";
import * as core from "webcrypto-core";
import { Crypto } from "../src";
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
const nodeMajorVersion = parseInt(/^v(\d+)/.exec(process.version)![1], 10);
const crypto = new Crypto();